From 9422162f71e0d0f04034293125f925086abbbaf9 Mon Sep 17 00:00:00 2001 From: David Rodríguez Date: Thu, 28 May 2020 23:02:28 +0200 Subject: [rubygems/rubygems] Remove redundant substraction https://github.com/rubygems/rubygems/commit/365b46329b --- lib/bundler/cli/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bundler/cli/install.rb b/lib/bundler/cli/install.rb index ed21485170..068046fdc3 100644 --- a/lib/bundler/cli/install.rb +++ b/lib/bundler/cli/install.rb @@ -164,7 +164,7 @@ module Bundler # need to nil them out first to get around validation for backwards compatibility Bundler.settings.set_command_option :without, nil Bundler.settings.set_command_option :with, nil - Bundler.settings.set_command_option :without, without - with + Bundler.settings.set_command_option :without, without Bundler.settings.set_command_option :with, with end -- cgit v1.2.3