ruby/lib/bundler/cli
Daniel Colson 8429134d0d [rubygems/rubygems] Don't warn on bundler binstubs --standalone --all
Prior to this commit `bundle binstubs --standalone --all` would output a
warning about not being able to generate a standalone binstub for
bundler.

This warning predates the `--all` option, and I don't think it makes
sense in this context. The warning makes good sense when explicitly
trying to generate a bundler standalone binstub with `bundle binstubs
bundler --standalone`, since that command won't do what the user might
have expected. But `--all` is not specifically asking for bundler, and
having it report each time that the bundler binstubs could not be
generated does not seem particularly helpful. The only way to make that
warning go away would be to stop using `--standalone --all`.

This commit skips the warning when running with the `--all` option.

e6a72e19eb
2023-01-27 21:06:39 +00:00
..
add.rb Merge RubyGems/Bundler master 2022-12-12 10:49:43 +09:00
binstubs.rb [rubygems/rubygems] Don't warn on bundler binstubs --standalone --all 2023-01-27 21:06:39 +00:00
cache.rb [rubygems/rubygems] Fix bundle package --no-install no longer skipping install 2022-06-23 18:17:08 +09:00
check.rb Migrate our resolver engine to PubGrub 2022-11-12 07:40:31 +09:00
clean.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
common.rb [rubygems/rubygems] Support for pre flag in bundle update 2022-12-20 13:15:02 +09:00
config.rb Merge RubyGems and Bundler master 2022-02-28 11:39:20 +09:00
console.rb Resync Bundler & RubyGems 2022-09-08 11:25:03 +09:00
doctor.rb Merge RubyGems/Bundler master 2022-12-12 10:49:43 +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 Merge RubyGems-3.4.0 and Bundler-2.4.0 2022-12-24 16:57:07 +09:00
info.rb Merge RubyGems/Bundler master 2022-12-26 15:09:21 +09:00
init.rb [rubygems/rubygems] Copy template contents instead of file and perms 2022-10-03 20:41:45 +09:00
inject.rb Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
install.rb Merge RubyGems/Bundler master 2022-12-26 15:09:21 +09:00
issue.rb Unify issue template and ISSUES.md document 2021-10-25 20:48:51 +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 [rubygems/rubygems] Add bundle lock --update --bundler 2022-12-18 19:17:42 +00:00
open.rb [rubygems/rubygems] Raise invalid option when bundle open --path is called without a value 2023-01-04 13:13:19 +00:00
outdated.rb Merge RubyGems/Bundler master 2022-12-26 15:09:21 +09:00
platform.rb Merge RubyGems/Bundler master 2022-12-26 15:09:21 +09:00
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 [rubygems/rubygems] Trigger install command by default on remove 2021-09-17 20:46:18 +09:00
show.rb Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5 2022-04-28 19:08:49 +09:00
update.rb Merge rubygems/rubygems HEAD. 2022-01-19 15:01:44 +09:00
viz.rb Merge rubygems/bundler HEAD 2022-08-03 13:14:10 +09:00