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