Merge pull request #17309 from Homebrew/dependabot/bundler/Library/Homebrew/regexp_parser-2.9.2
This commit is contained in:
commit
0a358b8518
@ -54,7 +54,7 @@ GEM
|
||||
prism (>= 0.18.0, < 1.0.0)
|
||||
sorbet-runtime (>= 0.5.9204)
|
||||
redcarpet (3.6.0)
|
||||
regexp_parser (2.9.1)
|
||||
regexp_parser (2.9.2)
|
||||
rexml (3.2.6)
|
||||
rspec (3.13.0)
|
||||
rspec-core (~> 3.13.0)
|
||||
|
||||
@ -1133,7 +1133,7 @@ end
|
||||
# source://regexp_parser//lib/regexp_parser/expression/classes/keep.rb#2
|
||||
module Regexp::Expression::Keep; end
|
||||
|
||||
# TOOD: in regexp_parser v3.0.0 this should possibly be a Subexpression
|
||||
# TODO: in regexp_parser v3.0.0 this should possibly be a Subexpression
|
||||
# that contains all expressions to its left.
|
||||
#
|
||||
# source://regexp_parser//lib/regexp_parser/expression/classes/keep.rb#5
|
||||
@ -2369,7 +2369,7 @@ class Regexp::Parser
|
||||
# source://regexp_parser//lib/regexp_parser/parser.rb#262
|
||||
def assign_effective_number(exp); end
|
||||
|
||||
# Assigns referenced expressions to refering expressions, e.g. if there is
|
||||
# Assigns referenced expressions to referring expressions, e.g. if there is
|
||||
# an instance of Backreference::Number, its #referenced_expression is set to
|
||||
# the instance of Group::Capture that it refers to via its number.
|
||||
#
|
||||
@ -45,7 +45,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/hana-1.3.7/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/json-2.7.2")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/json-2.7.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/regexp_parser-2.9.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/regexp_parser-2.9.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/unf_ext-0.0.9.1")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unf_ext-0.0.9.1/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unf-0.1.4/lib")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user