Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Dec 6, 2019
1 parent ae71ea0 commit 98a9137
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/bundler/rubygems_integration.rb
Expand Up @@ -247,12 +247,6 @@ def ext_lock
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
Expand Down

0 comments on commit 98a9137

Please sign in to comment.