Skip to content

Commit 47c009d

Browse files
Changelog for Bundler version 2.5.17
1 parent 6e4bcbf commit 47c009d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bundler/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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:

0 commit comments

Comments
 (0)