1
0
Fork 0
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:
David Rodríguez 2019-08-16 17:51:18 +02:00 committed by Hiroshi SHIBATA
parent c50c2354cf
commit 0653d8c601

View file

@ -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