|
| 1 | +--- |
| 2 | +title: 4.0.13 Released |
| 3 | +layout: post |
| 4 | +author: Hiroshi SHIBATA |
| 5 | +author_email: hsbt@ruby-lang.org |
| 6 | +--- |
| 7 | + |
| 8 | +RubyGems 4.0.13 includes enhancements and Bundler 4.0.13 includes enhancements, bug fixes and security. |
| 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.13 |
| 18 | + |
| 19 | +## RubyGems Release Notes |
| 20 | + |
| 21 | + |
| 22 | +### Enhancements: |
| 23 | + |
| 24 | +* Prevent extraction from escaping destination_dir via pre-existing symlinks. Pull request [#9493](https://github.com/ruby/rubygems/pull/9493) by thesmartshadow |
| 25 | +* Close stdin immediately when using popen2e. Pull request [#9540](https://github.com/ruby/rubygems/pull/9540) by rwstauner |
| 26 | +* Fallback to copy symlinks on Windows. Pull request [#9296](https://github.com/ruby/rubygems/pull/9296) by larskanis |
| 27 | +* Installs bundler 4.0.13 as a default gem. |
| 28 | + |
| 29 | + |
| 30 | +## Bundler Release Notes |
| 31 | + |
| 32 | + |
| 33 | +### Enhancements: |
| 34 | + |
| 35 | +* Do not hard-code permissions for new gem directories during bundle install. Pull request [#9557](https://github.com/ruby/rubygems/pull/9557) by maxfelsher-cgi |
| 36 | +* Clear gem specification cache after acquiring process lock. Pull request [#9310](https://github.com/ruby/rubygems/pull/9310) by ngan |
| 37 | +* Show release date with bundle outdated. Pull request [#9337](https://github.com/ruby/rubygems/pull/9337) by hsbt |
| 38 | + |
| 39 | +### Bug fixes: |
| 40 | + |
| 41 | +* Apply cooldown to locally installed gem versions. Pull request [#9582](https://github.com/ruby/rubygems/pull/9582) by hsbt |
| 42 | + |
| 43 | +### Security: |
| 44 | + |
| 45 | +* Add `cooldown` to delay newly published gem. Pull request [#9576](https://github.com/ruby/rubygems/pull/9576) by hsbt |
| 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.13.tgz |
| 55 | + 91088b66de3e57b3865251610a06254e88f5cf268521cd9fd3c9559a33c5a567 |
| 56 | +* rubygems-4.0.13.zip |
| 57 | + 7b9d20fec6503d738de6b954dbd506bc8ee9ff9266f47f6f382b60464033faa7 |
| 58 | +* rubygems-update-4.0.13.gem |
| 59 | + 80dabc8ce1243c2d7c4b32f8898df56fc03db5f616ca1cb35bc5af5a8bf1a3e4 |
| 60 | + |
| 61 | + |
| 62 | +[download]: https://rubygems.org/pages/download |
| 63 | + |
0 commit comments