summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-02-05 10:00:46 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-02-05 10:00:46 +0900
commit5adc2402cf024222670f4292f909fbe5aa8dc17f (patch)
treeafbaffdb1af62f4ae7bad0fc0edba43fd54b0350
parent46ead942a907f954f8428eaf69deb891b81480dd (diff)
downloadbundler-5adc2402cf024222670f4292f909fbe5aa8dc17f.tar.gz
Added explicitly loading for RbConfig.
-rw-r--r--lib/bundler/shared_helpers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/shared_helpers.rb b/lib/bundler/shared_helpers.rb
index dfa05c0de0..6a0da52e1e 100644
--- a/lib/bundler/shared_helpers.rb
+++ b/lib/bundler/shared_helpers.rb
@@ -3,6 +3,7 @@
require "bundler/compatibility_guard"
require "pathname"
+require "rbconfig"
require "rubygems"
require "bundler/version"