4.0.20 Released
RubyGems 4.0.20 includes enhancements, bug fixes and documentation and Bundler 4.0.20 includes enhancements, bug fixes and documentation.
To update to the latest RubyGems you can run:
gem update --system [--pre]
To update to the latest Bundler you can run:
gem install bundler [--pre]
bundle update --bundler=4.0.20
RubyGems Release Notes
Enhancements:
- Print a release notes link instead of the whole changelog on
gem update --system. Pull request #9794 by hsbt - Installs bundler 4.0.20 as a default gem.
Bug fixes:
- Only coerce exact true and false gemrc values to booleans. Pull request #9822 by hsbt
- Make the gem CLI work under RUBY_BOX=1. Pull request #9810 by hsbt
Documentation:
- Document and test all available gemrc configuration keys. Pull request #9568 by junaruga
Bundler Release Notes
Enhancements:
- Avoid duplicate relative path prefix in bundle exec. Pull request #9596 by samuel-williams-shopify
- Follow renamed default branch in git sources. Pull request #9813 by hsbt
- Bundler::Source::Git: avoid re-fetching the repo. Pull request #9806 by byroot
- Show the newest out-of-cooldown version in bundle outdated. Pull request #9803 by hsbt
Bug fixes:
- Error out when
bundle init --gemspecgets no specification. Pull request #9818 by hsbt - Fix relative gemspec paths being expanded twice. Pull request #9814 by hsbt
- Fix gemspec evaluation under Ruby::Box. Pull request #9809 by hsbt
- Fix release date extraction for the current changelog header format. Pull request #9767 by meganemura
- Resolve globbed entries literally in Gem::Util.glob_files_in_dir. Pull request #9802 by hsbt
- Preserve native extensions during implicit clean. Pull request #9800 by sjh9714
Documentation:
- Clarify :path expectations and cross-link platform docs in man pages. Pull request #9724 by hsbt
Manual Installation
To install RubyGems by hand see the Download RubyGems page.
SHA256 Checksums:
- rubygems-4.0.20.tgz
177c816f9952419dbfd1f56ef93e4a9d1fdc60d885c6ca0787283485b0c05408 - rubygems-4.0.20.zip
2bc7fbb4f7b9340f7dc9fd6000c974c0a789f8d3113c975c285c590583356929 - rubygems-update-4.0.20.gem
829da7b735d04b2125ec86700134f1b035e0df888512e1513fadfa703519f7d5
评论
?
参与讨论