File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ # 2.5.17 (August 1, 2024)
2+
3+ ## Enhancements:
4+
5+ - Print better log message when current platform is not present in the lockfile [ #7891 ] ( https://github.com/rubygems/rubygems/pull/7891 )
6+ - Explicitly encode ` Gem::Dependency ` to yaml [ #7867 ] ( https://github.com/rubygems/rubygems/pull/7867 )
7+ - Enable lockfile checksums on future Bundler 3 when there's no previous lockfile [ #7805 ] ( https://github.com/rubygems/rubygems/pull/7805 )
8+
9+ ## Bug fixes:
10+
11+ - Fix truffleruby removing gems from lockfile [ #7795 ] ( https://github.com/rubygems/rubygems/pull/7795 )
12+ - Fix ` bundle check ` exit code when gem git source is not checked out [ #7894 ] ( https://github.com/rubygems/rubygems/pull/7894 )
13+ - Generate gems.rb from Gemfile.tt template for ` bundle-gem ` [ #7853 ] ( https://github.com/rubygems/rubygems/pull/7853 )
14+ - Fix git source cache being used as the install location [ #4469 ] ( https://github.com/rubygems/rubygems/pull/4469 )
15+ - Fix ` bundle exec gem uninstall ` [ #7886 ] ( https://github.com/rubygems/rubygems/pull/7886 )
16+
117# 2.5.16 (July 18, 2024)
218
319## Bug fixes:
You can’t perform that action at this time.
0 commit comments