-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Update jruby-openssl to 0.16.0 #19114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -64,7 +64,7 @@ Gem::Specification.new do |gem| | |||
| 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 "jruby-openssl", "~> 0.15.4" # Pin until upgrade to jruby 9.4.12.0 https://github.com/elastic/logstash/issues/17007 | ||||
| gem.add_runtime_dependency "jruby-openssl", "~> 0.16.0" | ||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure why this was added. PR and exhaustive tests pass. I think removal (to match upstream) is appropriate. LMK if there is something i've missed.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I"m going to do this in a follow up PR as I want to get this in for FF today and i want to vet this more. |
||||
|
|
||||
| gem.add_runtime_dependency "treetop", "~> 1" #(MIT license) | ||||
|
|
||||
|
|
||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm struggling to find why this pin was necssary. #17650 i suppose it would be best to delete this line all together if I cant spot it.