We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba9867 commit 09fdc07Copy full SHA for 09fdc07
bundler/CHANGELOG.md
@@ -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
8
# 2.2.1 (December 14, 2020)
9
10
## Bug fixes:
bundler/lib/bundler/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module Bundler
- VERSION = "2.2.1".freeze
+ VERSION = "2.2.2".freeze
def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i
0 commit comments