From 0e514bb7adf75fefb5653e76d0e3e43c5063c575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 31 Jul 2024 15:58:45 +0200 Subject: [PATCH 1/2] Changelog for Bundler version 2.5.17 --- bundler/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/bundler/CHANGELOG.md b/bundler/CHANGELOG.md index d24d67b5ea24..dafa0e077096 100644 --- a/bundler/CHANGELOG.md +++ b/bundler/CHANGELOG.md @@ -1,3 +1,19 @@ +# 2.5.17 (August 1, 2024) + +## Enhancements: + + - Print better log message when current platform is not present in the lockfile [#7891](https://github.com/rubygems/rubygems/pull/7891) + - Explicitly encode `Gem::Dependency` to yaml [#7867](https://github.com/rubygems/rubygems/pull/7867) + - Enable lockfile checksums on future Bundler 3 when there's no previous lockfile [#7805](https://github.com/rubygems/rubygems/pull/7805) + +## Bug fixes: + + - Fix truffleruby removing gems from lockfile [#7795](https://github.com/rubygems/rubygems/pull/7795) + - Fix `bundle check` exit code when gem git source is not checked out [#7894](https://github.com/rubygems/rubygems/pull/7894) + - Generate gems.rb from Gemfile.tt template for `bundle-gem` [#7853](https://github.com/rubygems/rubygems/pull/7853) + - Fix git source cache being used as the install location [#4469](https://github.com/rubygems/rubygems/pull/4469) + - Fix `bundle exec gem uninstall` [#7886](https://github.com/rubygems/rubygems/pull/7886) + # 2.5.16 (July 18, 2024) ## Bug fixes: From 1628546e39c5856c3d9db62da25d23124f3be817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 31 Jul 2024 15:58:51 +0200 Subject: [PATCH 2/2] Changelog for Rubygems version 3.5.17 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 884c51847e0d..5a93d80d56b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 3.5.17 / 2024-08-01 + +## Enhancements: + +* Explicitly encode `Gem::Dependency` to yaml. Pull request + [#7867](https://github.com/rubygems/rubygems/pull/7867) by segiddins +* Installs bundler 2.5.17 as a default gem. + +## Bug fixes: + +* Fix `gem list` regression when a regular gem shadows a default one. Pull + request [#7892](https://github.com/rubygems/rubygems/pull/7892) by + deivid-rodriguez +* Always leave default gem executables around. Pull request + [#7879](https://github.com/rubygems/rubygems/pull/7879) by + deivid-rodriguez +* Fix line comment issue for hash when loading gemrc. Pull request + [#7857](https://github.com/rubygems/rubygems/pull/7857) by leetking + # 3.5.16 / 2024-07-18 ## Enhancements: