summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-05-25 12:17:52 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 07:32:42 +0900
commit1914c4e9b1b68ac0650f4c3cdf91d9499bbfcf49 (patch)
tree40f3cf89ea9af365da98bd1dc94ebaf15ca1ccf6 /spec/bundler
parent5a12fc7c7f55780433ceb404d9e7189099399b38 (diff)
[rubygems/rubygems] Pass `--deployment` flag directly
This spec is run only in bundler 2 mode, and it's testing the `--deployment` flag specifically. https://github.com/rubygems/rubygems/commit/a5d91c68b6
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3184
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/commands/outdated_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/outdated_spec.rb b/spec/bundler/commands/outdated_spec.rb
index 2fa3e26865..5cbbf8f45c 100644
--- a/spec/bundler/commands/outdated_spec.rb
+++ b/spec/bundler/commands/outdated_spec.rb
@@ -537,7 +537,7 @@ RSpec.describe "bundle outdated" do
context "after bundle install --deployment", :bundler => "< 3" do
before do
- install_gemfile <<-G, forgotten_command_line_options(:deployment => true)
+ install_gemfile <<-G, :deployment => true
source "#{file_uri_for(gem_repo2)}"
gem "rack"