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"