Skip to content

Commit

Permalink
Lock jruby-openssl in logtash-core to 0.11.0 (#13785)
Browse files Browse the repository at this point in the history
A recent update to jruby-openssl causes a gem load error when trying to
use `bin/logstash-plugin`. This commit pins the gemspec in the
`logstash-core.gemspec` to match that in the lockfile.
  • Loading branch information
robbavey committed Feb 16, 2022
1 parent 5fcc144 commit 5d99a15
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 "mustermann", '~> 1.0.3'
gem.add_runtime_dependency "sinatra", '~> 2'
gem.add_runtime_dependency 'puma', '~> 5'
gem.add_runtime_dependency "jruby-openssl", "~> 0.11"
gem.add_runtime_dependency "jruby-openssl", "= 0.11.0"

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

Expand Down

0 comments on commit 5d99a15

Please sign in to comment.