-
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
8dffce8
commit d07b189
Showing
1 changed file
with
38 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,38 @@ | ||
--- | ||
title: 3.6.5 Released | ||
layout: post | ||
author: David Rodríguez | ||
author_email: [email protected] | ||
--- | ||
|
||
RubyGems 3.6.5 includes enhancements 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.6.5 as a default gem. | ||
|
||
_## Documentation:_ | ||
|
||
* Removed `gem server` from `gem help`. Pull request | ||
[#8507](https://github.com/rubygems/rubygems/pull/8507) by hsbt | ||
|
||
|
||
SHA256 Checksums: | ||
|
||
* rubygems-3.6.5.tgz | ||
c20034de6a49479337edb6c543b0c7390544f6287d15b25750efa910ac2bf7c8 | ||
* rubygems-3.6.5.zip | ||
6f055dccfd810316139bf8a83c5738d75965f083e17c740fa231f2a2669048c9 | ||
* rubygems-update-3.6.5.gem | ||
1d6764fee1618a71a89932621ace8132e0cbb1374c1dd02337d15407108a9af4 | ||
|
||
|
||
[download]: https://rubygems.org/pages/download | ||
|