summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/clean.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli/clean.rb')
-rw-r--r--lib/bundler/cli/clean.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/clean.rb b/lib/bundler/cli/clean.rb
index 4a407fbae7..c6b0968e3e 100644
--- a/lib/bundler/cli/clean.rb
+++ b/lib/bundler/cli/clean.rb
@@ -13,7 +13,7 @@ module Bundler
Bundler.load.clean(options[:"dry-run"])
end
- protected
+ protected
def require_path_or_force
return unless Bundler.use_system_gems? && !options[:force]