From eea2055bfd0b812098ddc1a3404d6ed07d80fba1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 29 Mar 2021 10:26:07 +0000 Subject: [PATCH] Update RBI files for activesupport. --- .../{activesupport@6.1.3.rbi => activesupport@6.1.3.1.rbi} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{activesupport@6.1.3.rbi => activesupport@6.1.3.1.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.3.rbi b/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.3.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.3.rbi rename to Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.3.1.rbi index 86c93ee7a9..b3427d020a 100644 --- a/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.3.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/activesupport@6.1.3.1.rbi @@ -1,6 +1,6 @@ # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `activesupport` gem. -# Please instead update this file by running `tapioca sync`. +# Please instead update this file by running `bin/tapioca sync`. # typed: false @@ -518,10 +518,10 @@ end class String include(::Comparable) - include(::Colorize::InstanceMethods) include(::JSON::Ext::Generator::GeneratorMethods::String) - extend(::Colorize::ClassMethods) + include(::Colorize::InstanceMethods) extend(::JSON::Ext::Generator::GeneratorMethods::String::Extend) + extend(::Colorize::ClassMethods) def acts_like_string?; end def as_json(options = T.unsafe(nil)); end