From 1914c4e9b1b68ac0650f4c3cdf91d9499bbfcf49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 25 May 2020 12:17:52 +0200 Subject: [PATCH] [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 --- spec/bundler/commands/outdated_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"