1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/bundler/cli
David Rodríguez 3683781f53 [rubygems/rubygems] Restore working bundle check behaviour
As part of a recent bug fix where bundler was accidentally hitting the
network when not supposed to, I made some refactoring, and the commit I'm
reverting here
(d74830d00b)
was some cleanup that those refactorings allowed according to "past me".

That was completely wrong, `bundle check` should never consider cached
gems, only installed gems, so the code that was removed was necessary.

https://github.com/rubygems/rubygems/commit/5483e98305
2021-08-31 19:06:14 +09:00
..
add.rb
binstubs.rb
cache.rb [rubygems/rubygems] The --quiet should still display warnings 2021-07-27 09:25:56 +09:00
check.rb [rubygems/rubygems] Restore working bundle check behaviour 2021-08-31 19:06:14 +09:00
clean.rb
common.rb
config.rb
console.rb
doctor.rb [rubygems/rubygems] The --quiet should still display warnings 2021-07-27 09:25:56 +09:00
exec.rb [rubygems/rubygems] Don't warn default behaviour 2021-08-31 19:06:14 +09:00
fund.rb
gem.rb [rubygems/rubygems] Take advantage of target being a Pathname 2021-08-31 19:06:14 +09:00
info.rb
init.rb
inject.rb
install.rb [rubygems/rubygems] Move rescue block around the code that can raise it 2021-08-31 19:06:14 +09:00
issue.rb
list.rb [rubygems/rubygems] Give a bundle install hint when bundle list fails 2021-08-31 19:06:14 +09:00
lock.rb
open.rb [rubygems/rubygems] Lazily load shellwords 2021-07-27 09:25:56 +09:00
outdated.rb
platform.rb
plugin.rb
pristine.rb
remove.rb
show.rb
update.rb [rubygems/rubygems] The --quiet should still display warnings 2021-07-27 09:25:56 +09:00
viz.rb