Skip to content

Commit 8dd4c69

Browse files
Update patch plugin versions in gemfile lock (#18149)
Co-authored-by: logstashmachine <[email protected]>
1 parent 4eb8b6f commit 8dd4c69

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile.jruby-3.1.lock.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ GEM
753753
rake (13.2.1)
754754
redis (4.8.1)
755755
regexp_parser (2.10.0)
756-
rexml (3.4.2)
756+
rexml (3.4.3)
757757
rspec (3.13.1)
758758
rspec-core (~> 3.13.0)
759759
rspec-expectations (~> 3.13.0)

logstash-core/lib/logstash/compiler/lscl/lscl_grammar.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3611,9 +3611,11 @@ def _nt_selector_element
36113611
r0
36123612
end
36133613

3614-
end
36153614

3616-
class LogStashCompilerLSCLGrammarParser < Treetop::Runtime::CompiledParser
3617-
include LogStashCompilerLSCLGrammar
3615+
class Parser < Treetop::Runtime::CompiledParser
3616+
include LogStashCompilerLSCLGrammar
3617+
end
36183618
end
36193619

3620+
LogStashCompilerLSCLGrammarParser = LogStashCompilerLSCLGrammar::Parser
3621+

0 commit comments

Comments
 (0)