summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-05 12:56:16 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-10 17:47:39 +0100
commit6587caac774d5914bca93475edeaeb5b36fbea83 (patch)
tree4efce8b15e1c0cc9547db8ddd66b395898711ebc
parent9c4c1e04f57d7c6dcfc1dd82f1a9649afc609d58 (diff)
downloadbundler-6587caac774d5914bca93475edeaeb5b36fbea83.tar.gz
Configure bundler locally
-rw-r--r--spec/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
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