diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2019-02-05 10:00:46 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2019-02-05 10:00:46 +0900 |
commit | 5adc2402cf024222670f4292f909fbe5aa8dc17f (patch) | |
tree | afbaffdb1af62f4ae7bad0fc0edba43fd54b0350 | |
parent | 46ead942a907f954f8428eaf69deb891b81480dd (diff) | |
download | bundler-5adc2402cf024222670f4292f909fbe5aa8dc17f.tar.gz |
Added explicitly loading for RbConfig.
-rw-r--r-- | lib/bundler/shared_helpers.rb | 1 |
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" |