aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-16 17:51:18 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-18 13:45:15 +0900
commit0653d8c6018dc9f52856c7b38188c88669be2c83 (patch)
treea3ab0ef968ee277a0db7cefff52a673713be4aca /spec/bundler
parentc50c2354cf9a43978626e5573e72574516b28da9 (diff)
downloadruby-0653d8c6018dc9f52856c7b38188c88669be2c83.tar.gz
[bundler/bundler] Fix spec using the deprecated `bundle config` mode
https://github.com/bundler/bundler/commit/789dd1864f
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
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