From 6587caac774d5914bca93475edeaeb5b36fbea83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 5 Mar 2020 12:56:16 +0100 Subject: Configure bundler locally --- 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 5123c20206..db3190c32a 100644 --- a/spec/commands/exec_spec.rb +++ b/spec/commands/exec_spec.rb @@ -931,7 +931,7 @@ __FILE__: #{path.to_s.inspect} before do system_gems :bundler build_git "simple_git_binary", &:add_c_extension - bundle! "config set path .bundle" + bundle! "config set --local path .bundle" install_gemfile! <<-G, :system_bundler => true gem "simple_git_binary", :git => '#{lib_path("simple_git_binary-1.0")}' G -- cgit v1.2.1