|
| 1 | +--- |
| 2 | +title: 3.5.19 Released |
| 3 | +layout: post |
| 4 | +author: David Rodríguez |
| 5 | +author_email: deivid.rodriguez@riseup.net |
| 6 | +--- |
| 7 | + |
| 8 | +RubyGems 3.5.19 includes enhancements, bug fixes and performance. |
| 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 | +* Standardize pretty-print output for `Gem::Source` and subclasses. Pull |
| 20 | + request [#7994](https://github.com/rubygems/rubygems/pull/7994) by |
| 21 | + djberube |
| 22 | +* Update vendored `molinillo` to master and vendored `resolv` to 0.4.0. |
| 23 | + Pull request [#7521](https://github.com/rubygems/rubygems/pull/7521) by |
| 24 | + hsbt |
| 25 | +* Installs bundler 2.5.19 as a default gem. |
| 26 | + |
| 27 | +_## Bug fixes:_ |
| 28 | + |
| 29 | +* Fix `bundle exec rake install` failing when local gem has extensions. |
| 30 | + Pull request [#7977](https://github.com/rubygems/rubygems/pull/7977) by |
| 31 | + deivid-rodriguez |
| 32 | +* Make `gem exec` use the standard GEM_HOME. Pull request |
| 33 | + [#7982](https://github.com/rubygems/rubygems/pull/7982) by |
| 34 | + deivid-rodriguez |
| 35 | +* Fix `gem fetch` always exiting with zero status code. Pull request |
| 36 | + [#8007](https://github.com/rubygems/rubygems/pull/8007) by |
| 37 | + deivid-rodriguez |
| 38 | +* Remove temporary `.lock` files unintentionally left around by gem |
| 39 | + installer. Pull request |
| 40 | + [#7939](https://github.com/rubygems/rubygems/pull/7939) by nobu |
| 41 | +* Removed unused stringio. Pull request |
| 42 | + [#8001](https://github.com/rubygems/rubygems/pull/8001) by hsbt |
| 43 | +* Avoid another race condition of open mode. Pull request |
| 44 | + [#7931](https://github.com/rubygems/rubygems/pull/7931) by nobu |
| 45 | +* Fix `@license` typo preventing licenses from being correctly |
| 46 | + unmarshalled. Pull request |
| 47 | + [#7975](https://github.com/rubygems/rubygems/pull/7975) by djberube |
| 48 | + |
| 49 | +_## Performance:_ |
| 50 | + |
| 51 | +* Fix `gem install does-not-exist` being super slow. Pull request |
| 52 | + [#8006](https://github.com/rubygems/rubygems/pull/8006) by |
| 53 | + deivid-rodriguez |
| 54 | + |
| 55 | + |
| 56 | +SHA256 Checksums: |
| 57 | + |
| 58 | +* rubygems-3.5.19.tgz |
| 59 | + 8025aa482fa18bad8a46ae4ca5ab84ecf7a232dcbb93ff6688f8abd7be0bda42 |
| 60 | +* rubygems-3.5.19.zip |
| 61 | + 609dcceeac4bd5931fc1531353b05b45a4e6f5ff0a3ec723cf3ec8f315e42a1e |
| 62 | +* rubygems-update-3.5.19.gem |
| 63 | + fb339f29650b656461e1b7e57cc268413edadf48922a67e780cc82be5f056df4 |
| 64 | + |
| 65 | + |
| 66 | +[download]: https://rubygems.org/pages/download |
| 67 | + |
0 commit comments