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:
parent
0d9496f924
commit
ed149dbf46
Notes:
git
2021-04-15 15:36:39 +09:00
95 changed files with 1772 additions and 579 deletions
|
@ -140,6 +140,13 @@ module Bundler
|
|||
end
|
||||
end
|
||||
|
||||
# Set internal representation to fetch the gems/specs locally.
|
||||
#
|
||||
# When this is called, the source should try to fetch the specs and
|
||||
# install from the local system.
|
||||
def local!
|
||||
end
|
||||
|
||||
# Set internal representation to fetch the gems/specs from remote.
|
||||
#
|
||||
# When this is called, the source should try to fetch the specs and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue