[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 коммит произвёл Hiroshi SHIBATA
Родитель c50c2354cf
Коммит 0653d8c601
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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