Skip to content

Commit 7b97452

Browse files
Added 3.5.5 release announcement
1 parent 475a3aa commit 7b97452

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

_posts/2024-01-18-3.5.5-released.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: 3.5.5 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: [email protected]
6+
---
7+
8+
RubyGems 3.5.5 includes enhancements, bug fixes and documentation.
9+
10+
To update to the latest RubyGems you can run:
11+
12+
gem update --system
13+
14+
To install RubyGems by hand see the [Download RubyGems][download] page.
15+
16+
17+
_## Enhancements:_
18+
19+
* Installs bundler 2.5.5 as a default gem.
20+
21+
_## Bug fixes:_
22+
23+
* Fix `require` activation conflicts when requiring default gems under
24+
some situations. Pull request
25+
[#7379](https://github.com/rubygems/rubygems/pull/7379) by
26+
deivid-rodriguez
27+
* Use cache_home instead of data_home in default_spec_cache_dir. Pull
28+
request [#7331](https://github.com/rubygems/rubygems/pull/7331) by mrkn
29+
30+
_## Documentation:_
31+
32+
* Use squiggly heredocs in `Gem::Specification#description` documentation,
33+
so it doesn't add leading whitespace. Pull request
34+
[#7373](https://github.com/rubygems/rubygems/pull/7373) by bravehager
35+
36+
37+
SHA256 Checksums:
38+
39+
* rubygems-3.5.5.tgz
40+
12b2ac28c204bece2803c792f6fd4049faa530e24ec5e4d57c203df4021c4e1d
41+
* rubygems-3.5.5.zip
42+
06d2c8fa1afab66affb9cbfd9ba2ab2476380ba1418edf09349819f3c25e5964
43+
* rubygems-update-3.5.5.gem
44+
adb986b9883ea61c86277d8fd63925c0efc78ae8059480379101528aaf9b464f
45+
46+
47+
[download]: https://rubygems.org/pages/download
48+

0 commit comments

Comments
 (0)