mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[bundler/bundler] Fix spec using the deprecated bundle config
mode
https://github.com/bundler/bundler/commit/789dd1864f
This commit is contained in:
parent
c50c2354cf
commit
0653d8c601
1 changed files with 1 additions and 1 deletions
|
@ -843,7 +843,7 @@ __FILE__: #{path.to_s.inspect}
|
|||
source "#{file_uri_for(gem_repo1)}"
|
||||
gem "rack"
|
||||
G
|
||||
bundle "config path vendor/bundler"
|
||||
bundle "config set path vendor/bundler"
|
||||
bundle! :install, :system_bundler => true
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue