diff --git a/lib/bundler.rb b/lib/bundler.rb index 79f65ccbe1..24785ef5eb 100644 --- a/lib/bundler.rb +++ b/lib/bundler.rb @@ -331,9 +331,9 @@ module Bundler FileUtils.remove_entry_secure(path) if path && File.exist?(path) rescue ArgumentError message = <