Merge pull request #18997 from Homebrew/dependabot/bundler/Library/Homebrew/pry-0.15.2

build(deps-dev): bump pry from 0.15.0 to 0.15.2 in /Library/Homebrew
This commit is contained in:
Ruoyu Zhong 2024-12-25 01:01:56 +00:00 committed by GitHub
commit d871da08ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 95 additions and 171 deletions

View File

@ -37,7 +37,7 @@ GEM
elftools (>= 1.3) elftools (>= 1.3)
plist (3.7.1) plist (3.7.1)
prism (1.3.0) prism (1.3.0)
pry (0.15.0) pry (0.15.2)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
public_suffix (6.0.1) public_suffix (6.0.1)

View File

@ -3418,7 +3418,7 @@ class Pry::Command::ListInspectors < ::Pry::ClassCommand
def selected_text; end def selected_text; end
end end
# source://pry//lib/pry/commands/ls/config.rb#5 # source://pry//lib/pry/commands/ls/config.rb#7
class Pry::Command::Ls < ::Pry::ClassCommand class Pry::Command::Ls < ::Pry::ClassCommand
# Exclude -q, -v and --grep because they, # Exclude -q, -v and --grep because they,
# don't specify what the user wants to see. # don't specify what the user wants to see.
@ -3443,230 +3443,154 @@ class Pry::Command::Ls < ::Pry::ClassCommand
def raise_errors_if_arguments_are_weird; end def raise_errors_if_arguments_are_weird; end
end end
# source://pry//lib/pry/commands/ls/config.rb#6 # source://pry//lib/pry/commands/ls/config.rb#8
class Pry::Command::Ls::Config class Pry::Command::Ls::Config
# Returns the value of attribute builtin_global_color. extend ::Forwardable
extend ::Pry::Forwardable
# @return [Config] a new instance of Config
# #
# source://pry//lib/pry/commands/ls/config.rb#7 # source://pry//lib/pry/commands/ls/config.rb#44
def initialize(config); end
# source://forwardable/1.3.3/forwardable.rb#231
def [](*args, **_arg1, &block); end
# source://forwardable/1.3.3/forwardable.rb#231
def []=(*args, **_arg1, &block); end
# source://pry//lib/pry/commands/ls/config.rb#33
def builtin_global_color; end def builtin_global_color; end
# Sets the attribute builtin_global_color # source://pry//lib/pry/commands/ls/config.rb#37
# def builtin_global_color=(value); end
# @param value the value to set the attribute builtin_global_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def builtin_global_color=(_arg0); end
# Returns the value of attribute ceiling. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def ceiling; end def ceiling; end
# Sets the attribute ceiling # source://pry//lib/pry/commands/ls/config.rb#37
# def ceiling=(value); end
# @param value the value to set the attribute ceiling to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def ceiling=(_arg0); end
# Returns the value of attribute class_constant_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def class_constant_color; end def class_constant_color; end
# Sets the attribute class_constant_color # source://pry//lib/pry/commands/ls/config.rb#37
# def class_constant_color=(value); end
# @param value the value to set the attribute class_constant_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def class_constant_color=(_arg0); end
# Returns the value of attribute class_var_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def class_var_color; end def class_var_color; end
# Sets the attribute class_var_color # source://pry//lib/pry/commands/ls/config.rb#37
# def class_var_color=(value); end
# @param value the value to set the attribute class_var_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def class_var_color=(_arg0); end
# Returns the value of attribute constant_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def constant_color; end def constant_color; end
# Sets the attribute constant_color # source://pry//lib/pry/commands/ls/config.rb#37
# def constant_color=(value); end
# @param value the value to set the attribute constant_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def constant_color=(_arg0); end
# Returns the value of attribute exception_constant_color. # source://forwardable/1.3.3/forwardable.rb#231
# def each(*args, **_arg1, &block); end
# source://pry//lib/pry/commands/ls/config.rb#7
# source://forwardable/1.3.3/forwardable.rb#231
def each_pair(*args, **_arg1, &block); end
# source://pry//lib/pry/commands/ls/config.rb#33
def exception_constant_color; end def exception_constant_color; end
# Sets the attribute exception_constant_color # source://pry//lib/pry/commands/ls/config.rb#37
# def exception_constant_color=(value); end
# @param value the value to set the attribute exception_constant_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def exception_constant_color=(_arg0); end
# Returns the value of attribute global_var_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def global_var_color; end def global_var_color; end
# Sets the attribute global_var_color # source://pry//lib/pry/commands/ls/config.rb#37
# def global_var_color=(value); end
# @param value the value to set the attribute global_var_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def global_var_color=(_arg0); end
# Returns the value of attribute heading_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def heading_color; end def heading_color; end
# Sets the attribute heading_color # source://pry//lib/pry/commands/ls/config.rb#37
# def heading_color=(value); end
# @param value the value to set the attribute heading_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def heading_color=(_arg0); end
# Returns the value of attribute instance_var_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def instance_var_color; end def instance_var_color; end
# Sets the attribute instance_var_color # source://pry//lib/pry/commands/ls/config.rb#37
# def instance_var_color=(value); end
# @param value the value to set the attribute instance_var_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def instance_var_color=(_arg0); end
# Returns the value of attribute local_var_color. # source://forwardable/1.3.3/forwardable.rb#231
# def keys(*args, **_arg1, &block); end
# source://pry//lib/pry/commands/ls/config.rb#7
# source://pry//lib/pry/commands/ls/config.rb#33
def local_var_color; end def local_var_color; end
# Sets the attribute local_var_color # source://pry//lib/pry/commands/ls/config.rb#37
# def local_var_color=(value); end
# @param value the value to set the attribute local_var_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def local_var_color=(_arg0); end
# Returns the value of attribute method_missing_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def method_missing_color; end def method_missing_color; end
# Sets the attribute method_missing_color # source://pry//lib/pry/commands/ls/config.rb#37
# def method_missing_color=(value); end
# @param value the value to set the attribute method_missing_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def method_missing_color=(_arg0); end
# Returns the value of attribute private_method_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def private_method_color; end def private_method_color; end
# Sets the attribute private_method_color # source://pry//lib/pry/commands/ls/config.rb#37
# def private_method_color=(value); end
# @param value the value to set the attribute private_method_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def private_method_color=(_arg0); end
# Returns the value of attribute protected_method_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def protected_method_color; end def protected_method_color; end
# Sets the attribute protected_method_color # source://pry//lib/pry/commands/ls/config.rb#37
# def protected_method_color=(value); end
# @param value the value to set the attribute protected_method_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def protected_method_color=(_arg0); end
# Returns the value of attribute pry_var_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def pry_var_color; end def pry_var_color; end
# Sets the attribute pry_var_color # source://pry//lib/pry/commands/ls/config.rb#37
# def pry_var_color=(value); end
# @param value the value to set the attribute pry_var_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def pry_var_color=(_arg0); end
# Returns the value of attribute pseudo_global_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def pseudo_global_color; end def pseudo_global_color; end
# Sets the attribute pseudo_global_color # source://pry//lib/pry/commands/ls/config.rb#37
# def pseudo_global_color=(value); end
# @param value the value to set the attribute pseudo_global_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def pseudo_global_color=(_arg0); end
# Returns the value of attribute public_method_color. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def public_method_color; end def public_method_color; end
# Sets the attribute public_method_color # source://pry//lib/pry/commands/ls/config.rb#37
# def public_method_color=(value); end
# @param value the value to set the attribute public_method_color to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def public_method_color=(_arg0); end
# Returns the value of attribute separator. # source://pry//lib/pry/commands/ls/config.rb#33
#
# source://pry//lib/pry/commands/ls/config.rb#7
def separator; end def separator; end
# Sets the attribute separator # source://pry//lib/pry/commands/ls/config.rb#37
# def separator=(value); end
# @param value the value to set the attribute separator to.
#
# source://pry//lib/pry/commands/ls/config.rb#7
def separator=(_arg0); end
# Returns the value of attribute unloaded_constant_color. # source://forwardable/1.3.3/forwardable.rb#231
# def to_a(*args, **_arg1, &block); end
# source://pry//lib/pry/commands/ls/config.rb#7
# source://pry//lib/pry/commands/ls/config.rb#33
def unloaded_constant_color; end def unloaded_constant_color; end
# Sets the attribute unloaded_constant_color # source://pry//lib/pry/commands/ls/config.rb#37
# def unloaded_constant_color=(value); end
# @param value the value to set the attribute unloaded_constant_color to.
# # source://forwardable/1.3.3/forwardable.rb#231
# source://pry//lib/pry/commands/ls/config.rb#7 def values(*args, **_arg1, &block); end
def unloaded_constant_color=(_arg0); end
class << self class << self
# source://pry//lib/pry/commands/ls/config.rb#26 # source://pry//lib/pry/commands/ls/config.rb#48
def default; end def default; end
end end
end end
# source://pry//lib/pry/commands/ls/config.rb#11
Pry::Command::Ls::Config::DEFAULT_OPTIONS = T.let(T.unsafe(nil), Hash)
# source://pry//lib/pry/commands/ls/constants.rb#6 # source://pry//lib/pry/commands/ls/constants.rb#6
class Pry::Command::Ls::Constants < ::Pry::Command::Ls::Formatter class Pry::Command::Ls::Constants < ::Pry::Command::Ls::Formatter
include ::Pry::Command::Ls::Interrogatable include ::Pry::Command::Ls::Interrogatable
@ -8649,12 +8573,12 @@ class Pry::REPL
# indicators in 99% of cases. # indicators in 99% of cases.
# @return [Integer] # @return [Integer]
# #
# source://pry//lib/pry/repl.rb#300 # source://pry//lib/pry/repl.rb#307
def calculate_overhang(current_prompt, original_val, indented_val); end def calculate_overhang(current_prompt, original_val, indented_val); end
# @return [Boolean] # @return [Boolean]
# #
# source://pry//lib/pry/repl.rb#280 # source://pry//lib/pry/repl.rb#287
def complete_expression?(multiline_input); end def complete_expression?(multiline_input); end
# @return [Boolean] # @return [Boolean]
@ -8699,7 +8623,7 @@ class Pry::REPL
# % pry | tee log # % pry | tee log
# @return [Boolean] # @return [Boolean]
# #
# source://pry//lib/pry/repl.rb#265 # source://pry//lib/pry/repl.rb#272
def piping?; end def piping?; end
# @return [Boolean] # @return [Boolean]
@ -8758,7 +8682,7 @@ class Pry::REPL
# @return [void] # @return [void]
# #
# source://pry//lib/pry/repl.rb#272 # source://pry//lib/pry/repl.rb#279
def set_readline_output; end def set_readline_output; end
class << self class << self
@ -8773,7 +8697,7 @@ class Pry::REPL
end end
end end
# source://pry//lib/pry/repl.rb#278 # source://pry//lib/pry/repl.rb#285
Pry::REPL::UNEXPECTED_TOKENS = T.let(T.unsafe(nil), Array) Pry::REPL::UNEXPECTED_TOKENS = T.let(T.unsafe(nil), Array)
# A class to manage the loading of files through the REPL loop. # A class to manage the loading of files through the REPL loop.

View File

@ -68,7 +68,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/plist-3.7.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/plist-3.7.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/prism-1.3.0") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/prism-1.3.0")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/prism-1.3.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/prism-1.3.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.15.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/pry-0.15.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rainbow-3.1.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rainbow-3.1.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.11708/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/sorbet-runtime-0.5.11708/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbi-0.2.2/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rbi-0.2.2/lib")