Skip to content

Commit bde3ec5

Browse files
Changelog for Bundler version 2.2.5
1 parent 6dd5148 commit bde3ec5

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.2.5 (January 11, 2021)
2+
3+
## Enhancements:
4+
5+
- Improve rubocop setup in the new gem template [#4220](https://github.com/rubygems/rubygems/pull/4220)
6+
- Support repositories with default branch not named master [#4224](https://github.com/rubygems/rubygems/pull/4224)
7+
8+
## Bug fixes:
9+
10+
- Let Net::HTTP decompress the index instead of doing it manually [#4081](https://github.com/rubygems/rubygems/pull/4081)
11+
- Workaround for another jruby crash when autoloading a constant [#4252](https://github.com/rubygems/rubygems/pull/4252)
12+
- Fix another performance regression in the resolver [#4243](https://github.com/rubygems/rubygems/pull/4243)
13+
- Restore support for old git versions [#4233](https://github.com/rubygems/rubygems/pull/4233)
14+
- Give a proper error if cache path does not have write access [#4215](https://github.com/rubygems/rubygems/pull/4215)
15+
- Fix running `rake release` from an ambiguous ref [#4219](https://github.com/rubygems/rubygems/pull/4219)
16+
117
# 2.2.4 (December 31, 2020)
218

319
## Bug fixes:

0 commit comments

Comments
 (0)