method

fetch_prerelease_specs

ruby latest stable - Class: Bundler::RubygemsIntegration

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

fetch_prerelease_specs()
public

No documentation available.

# File lib/bundler/rubygems_integration.rb, line 260
    def fetch_prerelease_specs
      fetch_specs(false, true)
    rescue Gem::RemoteFetcher::FetchError
      {} # if we can't download them, there aren't any
    end