Removed file that is part of d89cc317c642848008f5b17a82196d25ddcdf124
This commit is contained in:
parent
d89cc317c6
commit
0196c8527b
@ -1,16 +0,0 @@
|
|||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
if ENV["BUNDLER_SPEC_API_REQUEST_LIMIT"]
|
|
||||||
require_relative "path"
|
|
||||||
require "bundler/source"
|
|
||||||
require "bundler/source/rubygems"
|
|
||||||
|
|
||||||
module Bundler
|
|
||||||
class Source
|
|
||||||
class Rubygems < Source
|
|
||||||
remove_const :API_REQUEST_LIMIT
|
|
||||||
API_REQUEST_LIMIT = ENV["BUNDLER_SPEC_API_REQUEST_LIMIT"].to_i
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
x
Reference in New Issue
Block a user