Skip to content

Commit 09fdc07

Browse files
Bundler version 2.2.2 with changelog
1 parent fba9867 commit 09fdc07

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bundler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.2.2 (December 17, 2020)
2+
3+
## Bug fixes:
4+
5+
- Fix resolver crash when a candidate has 0 matching platforms [#4163](https://github.com/rubygems/rubygems/pull/4163)
6+
- Restore change to copy global with/without config locally upon `bundle install` [#4154](https://github.com/rubygems/rubygems/pull/4154)
7+
18
# 2.2.1 (December 14, 2020)
29

310
## Bug fixes:

bundler/lib/bundler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: false
22

33
module Bundler
4-
VERSION = "2.2.1".freeze
4+
VERSION = "2.2.2".freeze
55

66
def self.bundler_major_version
77
@bundler_major_version ||= VERSION.split(".").first.to_i

0 commit comments

Comments
 (0)