Include latest jruby openssl version

Fixes issues with letsencrypt certificates
This commit is contained in:
Jason Banahan 2021-12-16 16:43:59 -06:00 committed by Olle Jonsson
parent 23e2495636
commit 5b8c8a6f2e

View File

@ -4,7 +4,7 @@ source 'https://rubygems.org'
# Even though we don't officially support JRuby, this dependency makes Faraday
# compatible with it, so we're leaving it in for jruby users to use it.
gem 'jruby-openssl', '~> 0.10.7', platforms: :jruby
gem 'jruby-openssl', '~> 0.11.0', platforms: :jruby
group :development, :test do
gem 'coveralls_reborn', require: false