From 789dd1864f534876a1078af22985a544716302dc 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: Fix spec using the deprecated `bundle config` mode --- spec/commands/exec_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb index c68a9c4f43..303dbb243a 100644 --- a/spec/commands/exec_spec.rb +++ b/spec/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.1