Merge pull request #12266 from Homebrew/dependabot/bundler/Library/Homebrew/racc-1.6.0
build(deps): bump racc from 1.5.2 to 1.6.0 in /Library/Homebrew
This commit is contained in:
commit
810992a0b5
@ -82,7 +82,7 @@ GEM
|
|||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
racc (1.5.2)
|
racc (1.6.0)
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rbi (0.0.6)
|
rbi (0.0.6)
|
||||||
|
|||||||
@ -5,14 +5,9 @@
|
|||||||
# typed: true
|
# typed: true
|
||||||
|
|
||||||
class Object < ::BasicObject
|
class Object < ::BasicObject
|
||||||
include ::ActiveSupport::ForkTracker::CoreExt
|
|
||||||
include ::ActiveSupport::ForkTracker::CoreExtPrivate
|
|
||||||
include ::ActiveSupport::ToJsonWithActiveSupportEncoder
|
|
||||||
include ::Kernel
|
include ::Kernel
|
||||||
include ::JSON::Ext::Generator::GeneratorMethods::Object
|
include ::JSON::Ext::Generator::GeneratorMethods::Object
|
||||||
include ::PP::ObjectMixin
|
include ::PP::ObjectMixin
|
||||||
include ::ActiveSupport::Tryable
|
|
||||||
include ::ActiveSupport::Dependencies::Loadable
|
|
||||||
end
|
end
|
||||||
|
|
||||||
ParseError = Racc::ParseError
|
ParseError = Racc::ParseError
|
||||||
@ -5758,8 +5758,6 @@ class Object
|
|||||||
|
|
||||||
def __send!(*arg); end
|
def __send!(*arg); end
|
||||||
|
|
||||||
def funcall(*arg); end
|
|
||||||
|
|
||||||
def stub(name, val_or_callable, *block_args); end
|
def stub(name, val_or_callable, *block_args); end
|
||||||
|
|
||||||
def to_yaml(options=T.unsafe(nil)); end
|
def to_yaml(options=T.unsafe(nil)); end
|
||||||
|
|||||||
@ -45,8 +45,8 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mime-types-3.3.1/lib"
|
|||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-digest_auth-1.4.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-digest_auth-1.4.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-persistent-4.0.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-persistent-4.0.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mini_portile2-2.6.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mini_portile2-2.6.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/racc-1.5.2"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/racc-1.6.0"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/racc-1.5.2/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/racc-1.6.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/nokogiri-1.12.5-x86_64-darwin/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/nokogiri-1.12.5-x86_64-darwin/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubyntlm-0.6.3/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubyntlm-0.6.3/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/webrick-1.7.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/webrick-1.7.0/lib"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user