|
| 1 | +--- |
| 2 | +title: 3.5.22 Released |
| 3 | +layout: post |
| 4 | +author: David Rodríguez |
| 5 | +author_email: deivid.rodriguez@riseup.net |
| 6 | +--- |
| 7 | + |
| 8 | +RubyGems 3.5.22 includes enhancements and bug fixes. |
| 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 | +* Prevent `._*` files in packages generated from macOS. Pull request |
| 20 | + [#8150](https://github.com/rubygems/rubygems/pull/8150) by |
| 21 | + deivid-rodriguez |
| 22 | +* Fix `gem pristine etc` resetting gem twice sometimes. Pull request |
| 23 | + [#8117](https://github.com/rubygems/rubygems/pull/8117) by |
| 24 | + deivid-rodriguez |
| 25 | +* Allow `gem pristine` to reset default gems too. Pull request |
| 26 | + [#8118](https://github.com/rubygems/rubygems/pull/8118) by |
| 27 | + deivid-rodriguez |
| 28 | +* Update vendored `uri` and `net-http`. Pull request |
| 29 | + [#8112](https://github.com/rubygems/rubygems/pull/8112) by segiddins |
| 30 | +* Installs bundler 2.5.22 as a default gem. |
| 31 | + |
| 32 | +_## Bug fixes:_ |
| 33 | + |
| 34 | +* Fix `gem contents` for default gems. Pull request |
| 35 | + [#8132](https://github.com/rubygems/rubygems/pull/8132) by |
| 36 | + deivid-rodriguez |
| 37 | +* Fix duplicated specs when they have been previously activated. Pull |
| 38 | + request [#8131](https://github.com/rubygems/rubygems/pull/8131) by |
| 39 | + deivid-rodriguez |
| 40 | +* Fix `gem install` on NFS shares. Pull request |
| 41 | + [#8123](https://github.com/rubygems/rubygems/pull/8123) by |
| 42 | + deivid-rodriguez |
| 43 | +* Fix a `gem install` crash during "done installing" hooks. Pull request |
| 44 | + [#8113](https://github.com/rubygems/rubygems/pull/8113) by |
| 45 | + deivid-rodriguez |
| 46 | +* Fix plugin command loading. Pull request |
| 47 | + [#8121](https://github.com/rubygems/rubygems/pull/8121) by |
| 48 | + deivid-rodriguez |
| 49 | + |
| 50 | + |
| 51 | +SHA256 Checksums: |
| 52 | + |
| 53 | +* rubygems-3.5.22.tgz |
| 54 | + 229c8e393a412e99d6a0fe2a22fb98f7d2e2d79cdbc48e5a8dcca6fa9a356c87 |
| 55 | +* rubygems-3.5.22.zip |
| 56 | + a002ec5b89333d5f22c98fb8b0ee82a208555f1e2f7ba3c7648d9475b5367dee |
| 57 | +* rubygems-update-3.5.22.gem |
| 58 | + 22223807de23e25a0d1053ef0a86a1bac5c61cbc8376a3f6348e4440b6fb7cf1 |
| 59 | + |
| 60 | + |
| 61 | +[download]: https://rubygems.org/pages/download |
| 62 | + |
0 commit comments