summaryrefslogtreecommitdiff
path: root/lib/bundler/source_list.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-07-31 16:39:20 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 19:06:14 +0900
commit97de4c02adf2c32c801eec5a683ae7d0c6dd6615 (patch)
tree5d7623f404359f1520eba1655a693d558d3ea97d /lib/bundler/source_list.rb
parent0e01ad881a94d0195dcea36783f0bb525d054e7a (diff)
[rubygems/rubygems] Remove now unnecessary code
https://github.com/rubygems/rubygems/commit/d74830d00b
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4789
Diffstat (limited to 'lib/bundler/source_list.rb')
-rw-r--r--lib/bundler/source_list.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/source_list.rb b/lib/bundler/source_list.rb
index d6310b78c0..b97206f497 100644
--- a/lib/bundler/source_list.rb
+++ b/lib/bundler/source_list.rb
@@ -136,10 +136,6 @@ module Bundler
different_sources?(lock_sources, replacement_sources)
end
- def local_only!
- all_sources.each(&:local_only!)
- end
-
def cached!
all_sources.each(&:cached!)
end