|
| 1 | +--- |
| 2 | +title: 4.0.9 Released |
| 3 | +layout: post |
| 4 | +author: Hiroshi SHIBATA |
| 5 | +author_email: hsbt@ruby-lang.org |
| 6 | +--- |
| 7 | + |
| 8 | +RubyGems 4.0.9 includes enhancements, bug fixes and documentation and Bundler 4.0.9 includes enhancements and bug fixes. |
| 9 | + |
| 10 | +To update to the latest RubyGems you can run: |
| 11 | + |
| 12 | + gem update --system [--pre] |
| 13 | + |
| 14 | +To update to the latest Bundler you can run: |
| 15 | + |
| 16 | + gem install bundler [--pre] |
| 17 | + bundle update --bundler=4.0.9 |
| 18 | + |
| 19 | +## RubyGems Release Notes |
| 20 | + |
| 21 | + |
| 22 | +### Enhancements: |
| 23 | + |
| 24 | +* Fix: include owner role in `gem owner`. Pull request [#9403](https://github.com/ruby/rubygems/pull/9403) by gjtorikian |
| 25 | +* Installs bundler 4.0.9 as a default gem. |
| 26 | + |
| 27 | +### Bug fixes: |
| 28 | + |
| 29 | +* Fix: Ensure trailing slash is added to source URIs added via gem sources. Pull request [#9055](https://github.com/ruby/rubygems/pull/9055) by zirni |
| 30 | + |
| 31 | +### Documentation: |
| 32 | + |
| 33 | +* [DOC] Fix link. Pull request [#9409](https://github.com/ruby/rubygems/pull/9409) by BurdetteLamar |
| 34 | + |
| 35 | + |
| 36 | +## Bundler Release Notes |
| 37 | + |
| 38 | + |
| 39 | +### Enhancements: |
| 40 | + |
| 41 | +* Check the git version only **once** per `bundle install`. Pull request [#9406](https://github.com/ruby/rubygems/pull/9406) by Edouard-chin |
| 42 | +* Normalize the number of workers when performing parallel operations. Pull request [#9400](https://github.com/ruby/rubygems/pull/9400) by Edouard-chin |
| 43 | +* Add exponential backoff to bundler retries. Pull request [#9163](https://github.com/ruby/rubygems/pull/9163) by ChrisBr |
| 44 | +* Introduce a priority queue. Pull request [#9389](https://github.com/ruby/rubygems/pull/9389) by Edouard-chin |
| 45 | +* Split the download and install process of a gem. Pull request [#9381](https://github.com/ruby/rubygems/pull/9381) by Edouard-chin |
| 46 | + |
| 47 | +### Bug fixes: |
| 48 | + |
| 49 | +* Retry git fetch without --depth for dumb HTTP transport. Pull request [#9405](https://github.com/ruby/rubygems/pull/9405) by hsbt |
| 50 | + |
| 51 | + |
| 52 | +## Manual Installation |
| 53 | + |
| 54 | +To install RubyGems by hand see the [Download RubyGems][download] page. |
| 55 | + |
| 56 | +SHA256 Checksums: |
| 57 | + |
| 58 | +* rubygems-4.0.9.tgz |
| 59 | + 39b1e2c878946e420116c3c26e4e708c0ddbdf7cd4a13c48dd0fc0774c7add8d |
| 60 | +* rubygems-4.0.9.zip |
| 61 | + d77dfd4baabcdc5b0a268f79332239bbbe2647f78d40778c243beace61d856a6 |
| 62 | +* rubygems-update-4.0.9.gem |
| 63 | + e1c0b84abaf481a4e0553d666986156090399afcc099aa18cac6fabbddc45514 |
| 64 | + |
| 65 | + |
| 66 | +[download]: https://rubygems.org/pages/download |
| 67 | + |
0 commit comments