summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2025-12-08 12:24:03 +0100
committergit <svn-admin@ruby-lang.org>2025-12-09 01:37:51 +0000
commit19172d64ebe909f185e28b1d8368a8a920f94a8b (patch)
tree8040c92c523bcacd6bcfa8d430f635e2e2481102 /test/ruby
parentfab94ecd344b5804f9a1e6b38082049f37bacbd3 (diff)
[ruby/rubygems] Fix indentation of the info message for default_cli_command
* It looked like: In a future version of Bundler, running `bundle` without argument will no longer run `bundle install`. Instead, the `cli_help` command will be displayed. Please use `bundle install` explicitly for scripts like CI/CD. You can use the future behavior now with `bundle config set default_cli_command cli_help --global`, or you can continue to use the current behavior with `bundle config set default_cli_command install --global`. This message will be removed after a default_cli_command value is set. Bundler version 4.0.0 (2025-12-08 commit https://github.com/ruby/rubygems/commit/9b4819ae18) * And now looks like: In a future version of Bundler, running `bundle` without argument will no longer run `bundle install`. Instead, the `cli_help` command will be displayed. Please use `bundle install` explicitly for scripts like CI/CD. You can use the future behavior now with `bundle config set default_cli_command cli_help --global`, or you can continue to use the current behavior with `bundle config set default_cli_command install --global`. This message will be removed after a default_cli_command value is set. Bundler version 4.0.0 (2025-12-08 commit https://github.com/ruby/rubygems/commit/9b4819ae18) https://github.com/ruby/rubygems/commit/979dada8f3
Diffstat (limited to 'test/ruby')
0 files changed, 0 insertions, 0 deletions