|
| 1 | +--- |
| 2 | +title: 4.0.4 Released |
| 3 | +layout: post |
| 4 | +author: Hiroshi SHIBATA |
| 5 | +author_email: hsbt@ruby-lang.org |
| 6 | +--- |
| 7 | + |
| 8 | +RubyGems 4.0.4 includes enhancements and bug fixes and Bundler 4.0.4 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.4 |
| 18 | + |
| 19 | +## RubyGems Release Notes |
| 20 | + |
| 21 | + |
| 22 | +### Enhancements: |
| 23 | + |
| 24 | +* Remove date require from rebuild command. Pull request |
| 25 | + [#9232](https://github.com/ruby/rubygems/pull/9232) by jeremyevans |
| 26 | +* Installs bundler 4.0.4 as a default gem. |
| 27 | + |
| 28 | +### Bug fixes: |
| 29 | + |
| 30 | +* Add a missing "require 'etc'" statement:. Pull request |
| 31 | + [#9242](https://github.com/ruby/rubygems/pull/9242) by Edouard-chin |
| 32 | + |
| 33 | + |
| 34 | +## Bundler Release Notes |
| 35 | + |
| 36 | + |
| 37 | +### Enhancements: |
| 38 | + |
| 39 | + - Validate more options for add sub-command [#5905](https://github.com/ruby/rubygems/pull/5905) |
| 40 | + - Support Ruby 4.1 [#9219](https://github.com/ruby/rubygems/pull/9219) |
| 41 | + |
| 42 | +### Bug fixes: |
| 43 | + |
| 44 | + - Fix dependency source bug in bundler [#9213](https://github.com/ruby/rubygems/pull/9213) |
| 45 | + - Retain current bundler version on `bundle clean` [#9221](https://github.com/ruby/rubygems/pull/9221) |
| 46 | + |
| 47 | + |
| 48 | +## Manual Installation |
| 49 | + |
| 50 | +To install RubyGems by hand see the [Download RubyGems][download] page. |
| 51 | + |
| 52 | +SHA256 Checksums: |
| 53 | + |
| 54 | +* rubygems-4.0.4.tgz |
| 55 | + 89668a8eaba1a53c6f525221ab58cfe901dae41765b6f5e7ad2bd9c3119421e8 |
| 56 | +* rubygems-4.0.4.zip |
| 57 | + eec3ac3fb8bc00ec8797c495b4aaa5930ad0539304bbe419761f8a4194ab29a8 |
| 58 | +* rubygems-update-4.0.4.gem |
| 59 | + 3c9f05b54dacb41ac6385f3793566a7b0ad7a0519fc412aa9bebdb181ed1dbd8 |
| 60 | + |
| 61 | + |
| 62 | +[download]: https://rubygems.org/pages/download |
| 63 | + |
0 commit comments