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