We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0639a commit 20b6f10Copy full SHA for 20b6f10
bundler/CHANGELOG.md
@@ -1,3 +1,18 @@
1
+# 2.5.6 (February 6, 2024)
2
+
3
+## Deprecations:
4
5
+ - Refactor lockfile generation and deprecate `Definition#lock` with explicit lockfile [#7047](https://github.com/rubygems/rubygems/pull/7047)
6
7
+## Enhancements:
8
9
+ - Bump `required_ruby_version` to be used in `bundle gem` template [#7430](https://github.com/rubygems/rubygems/pull/7430)
10
11
+## Bug fixes:
12
13
+ - Fix musl platform not being added to the lockfile [#7441](https://github.com/rubygems/rubygems/pull/7441)
14
+ - Let `Bundler.with_original_env` properly restore env variables originally empty [#7383](https://github.com/rubygems/rubygems/pull/7383)
15
16
# 2.5.5 (January 18, 2024)
17
18
## Bug fixes:
0 commit comments