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.
https://github.com/bundler/bundler/commit/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
|
||||
|
|
|
@ -213,10 +213,6 @@ module Bundler
|
|||
Gem::MARSHAL_SPEC_DIR
|
||||
end
|
||||
|
||||
def config_map
|
||||
Gem::ConfigMap
|
||||
end
|
||||
|
||||
def clear_paths
|
||||
Gem.clear_paths
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue