Skip to content

Commit 3d9d3bb

Browse files
Changelog for Bundler version 2.5.15
1 parent 60bf0cb commit 3d9d3bb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bundler/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 2.5.15 (July 8, 2024)
2+
3+
## Enhancements:
4+
5+
- Support `--no-test`, `--no-ci`, and `--no-linter` options [#7780](https://github.com/rubygems/rubygems/pull/7780)
6+
- Allow bundle command in new gems with invalid metadata [#7707](https://github.com/rubygems/rubygems/pull/7707)
7+
8+
## Bug fixes:
9+
10+
- Protect creating RubyGems binstubs with a file lock [#7841](https://github.com/rubygems/rubygems/pull/7841)
11+
- Only allow valid values for `--test`, `--ci`, and `--linter` options [#7801](https://github.com/rubygems/rubygems/pull/7801)
12+
- Fix `bundle lock --add-platform <current_platform>` doing nothing [#7803](https://github.com/rubygems/rubygems/pull/7803)
13+
- Print a proper error when bin dir does not have writable permission bit [#7794](https://github.com/rubygems/rubygems/pull/7794)
14+
15+
## Documentation:
16+
17+
- Regenerate bundler docs for June 2024 [#7787](https://github.com/rubygems/rubygems/pull/7787)
18+
119
# 2.5.14 (June 21, 2024)
220

321
## Bug fixes:

0 commit comments

Comments
 (0)