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.

5483e98305
2021-08-31 19:06:14 +09:00
..
add.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
binstubs.rb Merge prepare version of Bundler 2.2.0 2020-12-08 17:30:02 +09:00
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 Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
common.rb Sync bundler & rubygems 2021-05-11 11:29:41 +09:00
config.rb Prepare to release bundler-2.1.0 2019-12-15 16:41:10 +09:00
console.rb Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
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 Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
gem.rb [rubygems/rubygems] Take advantage of target being a Pathname 2021-08-31 19:06:14 +09:00
info.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
init.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
inject.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
install.rb [rubygems/rubygems] Move rescue block around the code that can raise it 2021-08-31 19:06:14 +09:00
issue.rb Update links from rubygems/bundler to rubygems/rubygems 2020-06-05 07:32:42 +09:00
list.rb [rubygems/rubygems] Give a bundle install hint when bundle list fails 2021-08-31 19:06:14 +09:00
lock.rb Sync latest bundler & rubygems development version 2021-07-07 13:30:20 +09:00
open.rb [rubygems/rubygems] Lazily load shellwords 2021-07-27 09:25:56 +09:00
outdated.rb Sync latest bundler & rubygems development version 2021-07-07 13:30:20 +09:00
platform.rb
plugin.rb Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
pristine.rb Fix typos [ci skip] 2020-09-17 20:34:59 +09:00
remove.rb
show.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
update.rb [rubygems/rubygems] The --quiet should still display warnings 2021-07-27 09:25:56 +09:00
viz.rb