|
| 1 | +--- |
| 2 | +title: 3.5.11 Released |
| 3 | +layout: post |
| 4 | +author: David Rodriguez |
| 5 | +author_email: deivid.rodriguez@riseup.net |
| 6 | +--- |
| 7 | + |
| 8 | +RubyGems 3.5.11 includes enhancements, bug fixes, performance and documentation. |
| 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 | +* Update SPDX license list as of 2024-05-22. Pull request |
| 20 | + [#7689](https://github.com/rubygems/rubygems/pull/7689) by |
| 21 | + github-actions[bot] |
| 22 | +* Fix the update_rubygems inconsistency (--disable-gems). Pull request |
| 23 | + [#7658](https://github.com/rubygems/rubygems/pull/7658) by x-yuri |
| 24 | +* Accept WASI as an OS name in Gem::Platform. Pull request |
| 25 | + [#7629](https://github.com/rubygems/rubygems/pull/7629) by kateinoigakukun |
| 26 | +* Warn if RubyGems version explicitly set in gemspec does not match |
| 27 | + running version. Pull request |
| 28 | + [#7460](https://github.com/rubygems/rubygems/pull/7460) by |
| 29 | + deivid-rodriguez |
| 30 | +* Installs bundler 2.5.11 as a default gem. |
| 31 | + |
| 32 | +_## Bug fixes:_ |
| 33 | + |
| 34 | +* Fix binstubs sometimes not getting regenerated when `--destdir` is |
| 35 | + given. Pull request |
| 36 | + [#7660](https://github.com/rubygems/rubygems/pull/7660) by |
| 37 | + deivid-rodriguez |
| 38 | +* Fix `gem uninstall --user-install` for symlinked HOME. Pull request |
| 39 | + [#7645](https://github.com/rubygems/rubygems/pull/7645) by |
| 40 | + deivid-rodriguez |
| 41 | +* Fix issue when plugin stubs would sometimes not be properly removed by |
| 42 | + `gem uninstall`. Pull request |
| 43 | + [#7631](https://github.com/rubygems/rubygems/pull/7631) by |
| 44 | + deivid-rodriguez |
| 45 | +* Fix plugins uninstallation for user installed gems. Pull request |
| 46 | + [#6456](https://github.com/rubygems/rubygems/pull/6456) by voxik |
| 47 | + |
| 48 | +_## Performance:_ |
| 49 | + |
| 50 | +* Use a constant empty tar header to avoid extra allocations. Pull request |
| 51 | + [#7484](https://github.com/rubygems/rubygems/pull/7484) by segiddins |
| 52 | + |
| 53 | +_## Documentation:_ |
| 54 | + |
| 55 | +* Recommend `bin/rake` over `rake` in contributing docs. Pull request |
| 56 | + [#7648](https://github.com/rubygems/rubygems/pull/7648) by |
| 57 | + deivid-rodriguez |
| 58 | + |
| 59 | + |
| 60 | +SHA256 Checksums: |
| 61 | + |
| 62 | +* rubygems-3.5.11.tgz |
| 63 | + 4521b52f843620a9fc5ca7414526b7463b0989564c3ae80b26b68fbd1304c818 |
| 64 | +* rubygems-3.5.11.zip |
| 65 | + 8fe8ec3045694e64b2d3c8536ed3ae5be381e8808c97243ed46df51d98e602ea |
| 66 | +* rubygems-update-3.5.11.gem |
| 67 | + bbcaac7ec271dab3aa615ce12a97931befc2c3279c4d9a37f44b95839011f41a |
| 68 | + |
| 69 | + |
| 70 | +[download]: https://rubygems.org/pages/download |
| 71 | + |
0 commit comments