diff options
author | David RodrÃguez <[email protected]> | 2025-06-10 18:59:24 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-19 10:23:36 +0900 |
commit | 382b8eadaec8b3067f03a4f614407287ce560461 () | |
tree | c1f7cadb7f58d11173da530f16e90cc0a84e95cf /lib | |
parent | f3ea6c35cc4dbb5d830e95276dc91d29bef94976 (diff) |
[rubygems/rubygems] Fix grammar in `bundle config` deprecation message
https://.com/rubygems/rubygems/commit/d23b3d61ac
-rw-r--r-- | lib/bundler/cli/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ module Bundler end message = "Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle #{new_args.join(" ")}` instead." - removed_message = "Using the `config` command without a subcommand [list, get, set, unset] is has been removed. Use `bundle #{new_args.join(" ")}` instead." SharedHelpers.major_deprecation 3, message, removed_message: removed_message Base.new(options, name, value, self).run |