Merge pull request #12199 from Homebrew/dependabot/bundler/Library/Homebrew/rbi-0.0.5

build(deps): bump rbi from 0.0.4 to 0.0.5 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2021-10-07 12:19:44 +01:00 committed by GitHub
commit 16b4e29162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 7 deletions

View File

@ -86,7 +86,7 @@ GEM
racc (1.5.2)
rack (2.2.3)
rainbow (3.0.0)
rbi (0.0.4)
rbi (0.0.5)
ast
parser
sorbet-runtime

View File

@ -651,6 +651,9 @@ class RBI::Param < ::RBI::NodeWithComments
sig { override.params(v: RBI::Printer).void }
def accept_printer(v); end
sig { returns(T::Array[String]) }
def comments_lines; end
sig { returns(String) }
def name; end
@ -670,6 +673,9 @@ class RBI::ParseError < ::StandardError
end
class RBI::Parser
sig { void }
def initialize; end
sig { params(path: String).returns(RBI::Tree) }
def parse_file(path); end
@ -1025,6 +1031,9 @@ class RBI::SigParam < ::RBI::NodeWithComments
sig { override.params(v: RBI::Printer).void }
def accept_printer(v); end
sig { returns(T::Array[String]) }
def comments_lines; end
sig { returns(String) }
def name; end

View File

@ -7425,11 +7425,6 @@ module Readline
def self.completion_quote_character(); end
end
module ReleaseNotes
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Requirement
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks

View File

@ -66,7 +66,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/plist-3.6.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/pry-0.14.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rack-2.2.3/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unparser-0.6.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rbi-0.0.4/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rbi-0.0.5/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/rdiscount-2.2.0.2"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rdiscount-2.2.0.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rexml-3.2.5/lib"