From 0653d8c6018dc9f52856c7b38188c88669be2c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 16 Aug 2019 17:51:18 +0200 Subject: [bundler/bundler] Fix spec using the deprecated `bundle config` mode https://github.com/bundler/bundler/commit/789dd1864f --- spec/bundler/commands/exec_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/commands/exec_spec.rb') diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb index c68a9c4f43..303dbb243a 100644 --- a/spec/bundler/commands/exec_spec.rb +++ b/spec/bundler/commands/exec_spec.rb @@ -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 -- cgit v1.2.3