mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Include latest jruby openssl version
Fixes issues with letsencrypt certificates
This commit is contained in:
parent
23e2495636
commit
5b8c8a6f2e
2
Gemfile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user