1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Merge the master branch of Bundler

This commit is contained in:
Hiroshi SHIBATA 2021-04-15 12:47:04 +09:00
parent 0d9496f924
commit ed149dbf46
Notes: git 2021-04-15 15:36:39 +09:00
95 changed files with 1772 additions and 579 deletions

View file

@ -33,6 +33,12 @@ module Bundler
spec.source == self
end
def local!; end
def cached!; end
def remote!; end
# it's possible that gems from one source depend on gems from some
# other source, so now we download gemspecs and iterate over those
# dependencies, looking for gems we don't have info on yet.