diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundler/source/git.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/source/git.rb b/lib/bundler/source/git.rb index b8ee4029b4..cf8c417ca4 100644 --- a/lib/bundler/source/git.rb +++ b/lib/bundler/source/git.rb @@ -173,6 +173,7 @@ module Bundler end def install(spec, options = {}) + return if Bundler.settings[:no_install] force = options[:force] print_using_message "Using #{version_message(spec, options[:previous_spec])} from #{self}" |
