File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments