summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-25 07:28:02 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-25 07:28:02 +0900
commit1857b4427817755bb0879ca67e1b2f3276f95d4c (patch)
tree2a1f64ac6bb954e668944ae10e8d2c506c60123b /lib
parentda0a0bae8b50087d140309b27eb4d4b4776c27e4 (diff)
Merge Bundler 2.1.2 from bundler/bundler.
[Misc #16449][ruby-core:96458]
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/rubygems_integration.rb2
-rw-r--r--lib/bundler/version.rb2
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index 88fcd4d9e0..18da5915a5 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+require "rubygems"
+
module Bundler
class RubygemsIntegration
if defined?(Gem::Ext::Builder::CHDIR_MONITOR)
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 06d6a0f255..b63e39b8d2 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module Bundler
- VERSION = "2.1.1".freeze
+ VERSION = "2.1.2".freeze
def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i