mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[bundler/bundler] Remove Bundler.rubygems.config_map because it was deprecated.
5215ae7fa3
This commit is contained in:
parent
b3b2b55f7b
commit
0bd1cd677f
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue