-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
475a3aa
commit 7b97452
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: 3.5.5 Released | ||
layout: post | ||
author: David Rodríguez | ||
author_email: [email protected] | ||
--- | ||
|
||
RubyGems 3.5.5 includes enhancements, bug fixes and documentation. | ||
|
||
To update to the latest RubyGems you can run: | ||
|
||
gem update --system | ||
|
||
To install RubyGems by hand see the [Download RubyGems][download] page. | ||
|
||
|
||
_## Enhancements:_ | ||
|
||
* Installs bundler 2.5.5 as a default gem. | ||
|
||
_## Bug fixes:_ | ||
|
||
* Fix `require` activation conflicts when requiring default gems under | ||
some situations. Pull request | ||
[#7379](https://github.com/rubygems/rubygems/pull/7379) by | ||
deivid-rodriguez | ||
* Use cache_home instead of data_home in default_spec_cache_dir. Pull | ||
request [#7331](https://github.com/rubygems/rubygems/pull/7331) by mrkn | ||
|
||
_## Documentation:_ | ||
|
||
* Use squiggly heredocs in `Gem::Specification#description` documentation, | ||
so it doesn't add leading whitespace. Pull request | ||
[#7373](https://github.com/rubygems/rubygems/pull/7373) by bravehager | ||
|
||
|
||
SHA256 Checksums: | ||
|
||
* rubygems-3.5.5.tgz | ||
12b2ac28c204bece2803c792f6fd4049faa530e24ec5e4d57c203df4021c4e1d | ||
* rubygems-3.5.5.zip | ||
06d2c8fa1afab66affb9cbfd9ba2ab2476380ba1418edf09349819f3c25e5964 | ||
* rubygems-update-3.5.5.gem | ||
adb986b9883ea61c86277d8fd63925c0efc78ae8059480379101528aaf9b464f | ||
|
||
|
||
[download]: https://rubygems.org/pages/download | ||
|