From ff9fb560a81bfcd94f187719f9e982d654966c6e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:35:21 +0000 Subject: [PATCH] Update RBI files for rubocop-rails. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../gems/{rubocop-rails@2.23.0.rbi => rubocop-rails@2.23.1.rbi} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Library/Homebrew/sorbet/rbi/gems/{rubocop-rails@2.23.0.rbi => rubocop-rails@2.23.1.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop-rails@2.23.0.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop-rails@2.23.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rubocop-rails@2.23.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop-rails@2.23.1.rbi index f33d023530..02a1ccd236 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop-rails@2.23.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop-rails@2.23.1.rbi @@ -1612,7 +1612,7 @@ RuboCop::Cop::Rails::CompactBlank::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array # # NOTE: Allow `tag` when the first argument is a variable because # `tag(name)` is simpler rather than `tag.public_send(name)`. -# And this cop will be renamed to something like `LegacyTag` in the future. (e.g. RuboCop Rails 2.0) +# And this cop will be renamed to something like `LegacyTag` in the future. (e.g. RuboCop Rails 3.0) # # @example # # bad