From 1839759e265e08e0caf557386ed2b3551a3ebedd Mon Sep 17 00:00:00 2001 From: Jason Banahan <9436948+jbanahan@users.noreply.github.com> Date: Thu, 16 Dec 2021 16:43:59 -0600 Subject: [PATCH] Include latest jruby openssl version Fixes issues with letsencrypt certificates --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 80777df34..d2e6dfd37 100644 --- a/Gemfile +++ b/Gemfile @@ -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