summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-16 17:51:18 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 13:35:55 +0200
commit789dd1864f534876a1078af22985a544716302dc (patch)
treefcd0cd6a01ac11596434e810976f0a47050e9925
parente4cbb91b7df00d497870b6741ce72e8a393a2185 (diff)
downloadbundler-789dd1864f534876a1078af22985a544716302dc.tar.gz
Fix spec using the deprecated `bundle config` mode
-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 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