|
| 1 | +--- |
| 2 | +title: 4.0.8 Released |
| 3 | +layout: post |
| 4 | +author: Hiroshi SHIBATA |
| 5 | +author_email: hsbt@ruby-lang.org |
| 6 | +--- |
| 7 | + |
| 8 | +RubyGems 4.0.8 includes enhancements and documentation and Bundler 4.0.8 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.8 |
| 18 | + |
| 19 | +## RubyGems Release Notes |
| 20 | + |
| 21 | + |
| 22 | +### Enhancements: |
| 23 | + |
| 24 | +* Use JSON for cargo metadata parsing. Pull request |
| 25 | + [#9373](https://github.com/ruby/rubygems/pull/9373) by hsbt |
| 26 | +* Fix NameError in Gem::Request.get_proxy_from_env when requiring |
| 27 | + rubygems/request directly. Pull request |
| 28 | + [#9362](https://github.com/ruby/rubygems/pull/9362) by afurm |
| 29 | +* Installs bundler 4.0.8 as a default gem. |
| 30 | + |
| 31 | +### Documentation: |
| 32 | + |
| 33 | +* Unify Compact Index API naming. Pull request |
| 34 | + [#9372](https://github.com/ruby/rubygems/pull/9372) by simi |
| 35 | + |
| 36 | + |
| 37 | +## Bundler Release Notes |
| 38 | + |
| 39 | + |
| 40 | +### Enhancements: |
| 41 | + |
| 42 | + - Add a new Bundler config to control how many specs are fetched [#9363](https://github.com/ruby/rubygems/pull/9363) |
| 43 | + - Restrict GitHub Actions workflow permissions for newgem [#9361](https://github.com/ruby/rubygems/pull/9361) |
| 44 | + |
| 45 | +### Bug fixes: |
| 46 | + |
| 47 | + - Fix plugin new version not registering [#9355](https://github.com/ruby/rubygems/pull/9355) |
| 48 | + |
| 49 | + |
| 50 | +## Manual Installation |
| 51 | + |
| 52 | +To install RubyGems by hand see the [Download RubyGems][download] page. |
| 53 | + |
| 54 | +SHA256 Checksums: |
| 55 | + |
| 56 | +* rubygems-4.0.8.tgz |
| 57 | + b18663def26384e467f2594bf27190c580771df0ca7ba444afa1d76609881813 |
| 58 | +* rubygems-4.0.8.zip |
| 59 | + 205198b7513521d2ba358e6b4df88924601be89b329d2b49fc0c0f55e41b167b |
| 60 | +* rubygems-update-4.0.8.gem |
| 61 | + 3465eef02174a0bbad1f8d343eff67a33e7fc6eeb84cf69f1d1ca77ce565045c |
| 62 | + |
| 63 | + |
| 64 | +[download]: https://rubygems.org/pages/download |
| 65 | + |
0 commit comments