diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index b48a605e20..934cb5df08 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -91,7 +91,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.0) - racc (1.6.0) + racc (1.6.1) rack (3.0.2) rainbow (3.1.1) rbi (0.0.14) diff --git a/Library/Homebrew/sorbet/rbi/gems/racc@1.6.0.rbi b/Library/Homebrew/sorbet/rbi/gems/racc@1.6.1.rbi similarity index 98% rename from Library/Homebrew/sorbet/rbi/gems/racc@1.6.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/racc@1.6.1.rbi index 93e67bf5e0..bdf82b1698 100644 --- a/Library/Homebrew/sorbet/rbi/gems/racc@1.6.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/racc@1.6.1.rbi @@ -4,7 +4,10 @@ # This is an autogenerated file for types exported from the `racc` gem. # Please instead update this file by running `bin/tapioca gem racc`. +::APPLE_GEM_HOME = T.let(T.unsafe(nil), String) ::RUBY19 = T.let(T.unsafe(nil), TrueClass) +::RUBY_FRAMEWORK = T.let(T.unsafe(nil), TrueClass) +::RUBY_FRAMEWORK_VERSION = T.let(T.unsafe(nil), String) class Object < ::BasicObject include ::ActiveSupport::ToJsonWithActiveSupportEncoder @@ -159,7 +162,7 @@ class Racc::Grammar::DefinitionEnv private def _defmetasyntax(type, id, action, &block); end - def _regist(target_name); end + def _register(target_name); end def _wrap(target_name, sym, block); end end diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index b0c8a6abeb..1f89b83b97 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -65,8 +65,8 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/mime-types-3.4.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/net-http-digest_auth-1.4.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/net-http-persistent-4.0.1/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/racc-1.6.0") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/racc-1.6.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/universal-darwin-21/#{Gem.extension_api_version}/racc-1.6.1") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/racc-1.6.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/nokogiri-1.13.9-x86_64-darwin/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubyntlm-0.6.3/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/webrick-1.7.0/lib")