|
| 1 | +--- |
| 2 | +title: 4.0.15 Released |
| 3 | +layout: post |
| 4 | +author: Hiroshi SHIBATA |
| 5 | +author_email: hsbt@ruby-lang.org |
| 6 | +--- |
| 7 | + |
| 8 | +RubyGems 4.0.15 includes enhancements and bug fixes and Bundler 4.0.15 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.15 |
| 18 | + |
| 19 | +## RubyGems Release Notes |
| 20 | + |
| 21 | + |
| 22 | +### Enhancements: |
| 23 | + |
| 24 | +* Rubygems: Fix Gem::Request for PQC support, adding integration connection tests. Pull request [#9615](https://github.com/ruby/rubygems/pull/9615) by junaruga |
| 25 | +* Reduce peak memory usage of full index loading and bundle install. Pull request [#9618](https://github.com/ruby/rubygems/pull/9618) by hsbt |
| 26 | +* Installs bundler 4.0.15 as a default gem. |
| 27 | + |
| 28 | +### Bug fixes: |
| 29 | + |
| 30 | +* Forward security policy to old-format gems. Pull request [#9611](https://github.com/ruby/rubygems/pull/9611) by hsbt |
| 31 | + |
| 32 | + |
| 33 | +## Bundler Release Notes |
| 34 | + |
| 35 | + |
| 36 | +### Enhancements: |
| 37 | + |
| 38 | +* Resolve Git LFS files in git sources from the real remote. Pull request [#9632](https://github.com/ruby/rubygems/pull/9632) by hsbt |
| 39 | +* Suggest access issues, not only yanking, for missing locked gems. Pull request [#9631](https://github.com/ruby/rubygems/pull/9631) by hsbt |
| 40 | +* Implement a make jobserver (continuation of #9210). Pull request [#9625](https://github.com/ruby/rubygems/pull/9625) by hsbt |
| 41 | +* Reduce peak memory usage of full index loading and bundle install. Pull request [#9618](https://github.com/ruby/rubygems/pull/9618) by hsbt |
| 42 | +* Bump up to rb-sys 0.9.128. Pull request [#9569](https://github.com/ruby/rubygems/pull/9569) by hsbt |
| 43 | + |
| 44 | +### Bug fixes: |
| 45 | + |
| 46 | +* Skip the make jobserver on Windows. Pull request [#9630](https://github.com/ruby/rubygems/pull/9630) by hsbt |
| 47 | +* Don't require source plugins to be installed to parse a lockfile: 4.0.x. Pull request [#9621](https://github.com/ruby/rubygems/pull/9621) by hsbt |
| 48 | +* Exempt lockfile versions from cooldown on every resolution path. Pull request [#9619](https://github.com/ruby/rubygems/pull/9619) by hsbt |
| 49 | +* Set `Bundler.settings[:ssl_ca_cert]` to download gems. Pull request [#9610](https://github.com/ruby/rubygems/pull/9610) by junaruga |
| 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.15.tgz |
| 59 | + ec63459a0746d6e33804c0d6cbbcd1bcc6359f44fcada267b0f489cc84083687 |
| 60 | +* rubygems-4.0.15.zip |
| 61 | + 54e30f36e5dbf193e1abbb1d6f995a83d3f1bcab0ff4cfe21064c8a3cb9554ed |
| 62 | +* rubygems-update-4.0.15.gem |
| 63 | + bb22f30d9172f4ecd646c2bc8de341a820814401bcada5d7c5c541bd63b8f427 |
| 64 | + |
| 65 | + |
| 66 | +[download]: https://rubygems.org/pages/download |
| 67 | + |
0 commit comments