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:
parent
ee1f3038f1
commit
6c6c4c7388
Notes:
git
2019-08-31 04:40:14 +09:00
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue