summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_integration.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/rubygems_integration.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/rubygems_integration.rb')
-rw-r--r--lib/bundler/rubygems_integration.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index dcf0007ca2..7549c592f1 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -213,10 +213,6 @@ module Bundler
Gem::MARSHAL_SPEC_DIR
end
- def config_map
- Gem::ConfigMap
- end
-
def clear_paths
Gem.clear_paths
end