Skip to content

Commit

Permalink
Pin jar-dependencies to 0.4.1
Browse files Browse the repository at this point in the history
Pin jar-dependencies to `0.4.1`, until jruby/jruby#7262
is resolved.
  • Loading branch information
robbavey committed Dec 3, 2024
1 parent 0e58e41 commit 37344ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-core/logstash-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "sinatra", '~> 4'
gem.add_runtime_dependency 'puma', '~> 6.3', '>= 6.4.2'
gem.add_runtime_dependency 'ruby-maven-libs', '~> 3', '>= 3.8.9'

gem.add_runtime_dependency "jar-dependencies",'= 0.4.1' # Pin to `0.4.1` until https://github.com/jruby/jruby/issues/7262 is resolved

gem.add_runtime_dependency "treetop", "~> 1" #(MIT license)

Expand Down

0 comments on commit 37344ac

Please sign in to comment.