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

[bundler/bundler] Use non deprecated way of setting bundler path

6013c93e81
This commit is contained in:
David Rodríguez 2019-08-07 20:33:04 +02:00 committed by SHIBATA Hiroshi
parent ee1f3038f1
commit 6c6c4c7388
Notes: git 2019-08-31 04:40:14 +09:00

View file

@ -848,7 +848,8 @@ __FILE__: #{path.to_s.inspect}
source "#{file_uri_for(gem_repo1)}"
gem "rack"
G
bundle :install, :system_bundler => true, :path => "vendor/bundler"
bundle "config path vendor/bundler"
bundle :install, :system_bundler => true
end
it "correctly shells out", :ruby_repo do