-
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
8d4c19a
commit 09be118
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.5.14 Released | ||
layout: post | ||
author: David Rodriguez | ||
author_email: deivid.rodriguez@riseup.net | ||
--- | ||
|
||
RubyGems 3.5.14 includes enhancements and bug fixes. | ||
|
||
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.14 as a default gem. | ||
|
||
_## Bug fixes:_ | ||
|
||
* Make "bundler? update --bundler" behave identically. Pull request | ||
[#7778](https://github.com/rubygems/rubygems/pull/7778) by x-yuri | ||
|
||
|
||
SHA256 Checksums: | ||
|
||
* rubygems-3.5.14.tgz | ||
07a62267f5f282b6d549bccc61dc0295169574cb2fec36b60dc4518fafaf9419 | ||
* rubygems-3.5.14.zip | ||
ea07fdd6e13eb332d3cddaee43560fc84df807bdbee2cdf3920eefeb307d7064 | ||
* rubygems-update-3.5.14.gem | ||
d13ed965479b018d4377bfb815a786de23cc790c544c5177f6b046628e99404e | ||
|
||
|
||
[download]: https://rubygems.org/pages/download | ||
|