1
0
Fork 0
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:
Hiroshi SHIBATA 2019-08-01 09:46:32 +09:00
parent b3b2b55f7b
commit 0bd1cd677f
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -213,10 +213,6 @@ module Bundler
Gem::MARSHAL_SPEC_DIR
end
def config_map
Gem::ConfigMap
end
def clear_paths
Gem.clear_paths
end