Skip to content

Commit

Permalink
Include latest jruby openssl version
Browse files Browse the repository at this point in the history
Fixes issues with letsencrypt certificates
  • Loading branch information
jbanahan authored and olleolleolle committed Dec 17, 2021
1 parent 23e2495 commit 5b8c8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b8c8a6

Please sign in to comment.