Merge pull request #14345 from Homebrew/dependabot/bundler/Library/Homebrew/pry-0.14.2

build(deps): bump pry from 0.14.1 to 0.14.2 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2023-01-10 10:05:52 +00:00 committed by GitHub
commit 9f23ce2fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View File

@ -87,7 +87,7 @@ GEM
patchelf (1.4.0)
elftools (>= 1.2)
plist (3.6.0)
pry (0.14.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)

View File

@ -4,7 +4,10 @@
# This is an autogenerated file for types exported from the `pry` gem.
# Please instead update this file by running `bin/tapioca gem pry`.
::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 BasicObject
def __binding__; end
@ -185,6 +188,10 @@ class Pry
def toplevel_binding; end
def toplevel_binding=(_arg0); end
def view_clip(obj, options = T.unsafe(nil)); end
private
def mutex_available?; end
end
end
@ -1523,7 +1530,6 @@ module Pry::Helpers::Platform
def linux?; end
def mac_osx?; end
def mri?; end
def mri_19?; end
def mri_2?; end
def windows?; end
def windows_ansi?; end
@ -2481,12 +2487,12 @@ class Pry::WrappedModule::Candidate
private
def class_regexes; end
def first_line_of_module_definition(file, line); end
def first_method_source_location; end
def last_method_source_location; end
def lines_for_file(*a, &b); end
def method_candidates(*a, &b); end
def module_definition_first_line?(line); end
def name(*a, &b); end
def number_of_lines_in_first_chunk; end
def yard_docs?(*a, &b); end

View File

@ -82,7 +82,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parlour-8.1.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/patchelf-1.4.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/plist-3.6.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.14.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.14.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rack-3.0.3/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unparser-0.6.4/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbi-0.0.14/lib")