summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-01 09:46:32 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:41:17 +0900
commit0bd1cd677f769ac6128989bf1d021753698fdaac (patch)
tree04d3740fe7e244753557db9ae7e429661edcc0a0 /lib/bundler.rb
parentb3b2b55f7b7ab035851176d28ecee4afaa3fe0cc (diff)
[bundler/bundler] Remove Bundler.rubygems.config_map because it was deprecated.
https://github.com/bundler/bundler/commit/5215ae7fa3
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 10dd4f65f9..1887457c77 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -150,7 +150,7 @@ module Bundler
end
def ruby_scope
- "#{Bundler.rubygems.ruby_engine}/#{Bundler.rubygems.config_map[:ruby_version]}"
+ "#{Bundler.rubygems.ruby_engine}/#{RbConfig::CONFIG["ruby_version"]}"
end
def user_home