Skip to content

Commit

Permalink
Remove redundant substraction
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed May 31, 2020
1 parent 744c03d commit 365b463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/lib/bundler/cli/install.rb
Expand Up @@ -164,7 +164,7 @@ def normalize_groups
# 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

Expand Down

0 comments on commit 365b463

Please sign in to comment.