summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-03 13:43:41 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-06 23:52:41 +0100
commit98a91379b6e44d53d24cd3611cc4e8a1eaf4766d (patch)
tree1500feb081d41093f8005441804755aa805abcf8
parentae71ea0380a5ee0f7d52a6784f2a76ed46abf133 (diff)
downloadbundler-misc_cleanup.tar.gz
Remove unused methodmisc_cleanup
-rw-r--r--lib/bundler/rubygems_integration.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index 8a184515ed..3ca1831dee 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -247,12 +247,6 @@ module Bundler
EXT_LOCK
end
- def fetch_prerelease_specs
- fetch_specs(false, true)
- rescue Gem::RemoteFetcher::FetchError
- {} # if we can't download them, there aren't any
- end
-
def with_build_args(args)
ext_lock.synchronize do
old_args = build_args