From 65b3ee647f1e27e1f1a6aa9d48b3dd8d56664ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 09:36:12 +0000 Subject: [PATCH 1/3] build(deps): bump racc from 1.6.0 to 1.6.1 in /Library/Homebrew Bumps [racc](https://github.com/tenderlove/racc) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/tenderlove/racc/releases) - [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog) - [Commits](https://github.com/tenderlove/racc/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: racc dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 1d1b325693557945170de10f0cea5cdce0fbc30e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 6 Dec 2022 09:40:23 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") From 674f8dbd56001a03e83f174337b20463eb4b412e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 6 Dec 2022 09:46:02 +0000 Subject: [PATCH 3/3] Update RBI files for racc. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow. --- .../sorbet/rbi/gems/{racc@1.6.0.rbi => racc@1.6.1.rbi} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename Library/Homebrew/sorbet/rbi/gems/{racc@1.6.0.rbi => racc@1.6.1.rbi} (98%) 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