[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
@ -150,7 +150,7 @@ module Bundler
|
|||||||
end
|
end
|
||||||
|
|
||||||
def ruby_scope
|
def ruby_scope
|
||||||
"#{Bundler.rubygems.ruby_engine}/#{Bundler.rubygems.config_map[:ruby_version]}"
|
"#{Bundler.rubygems.ruby_engine}/#{RbConfig::CONFIG["ruby_version"]}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def user_home
|
def user_home
|
||||||
|
@ -213,10 +213,6 @@ module Bundler
|
|||||||
Gem::MARSHAL_SPEC_DIR
|
Gem::MARSHAL_SPEC_DIR
|
||||||
end
|
end
|
||||||
|
|
||||||
def config_map
|
|
||||||
Gem::ConfigMap
|
|
||||||
end
|
|
||||||
|
|
||||||
def clear_paths
|
def clear_paths
|
||||||
Gem.clear_paths
|
Gem.clear_paths
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user