Move back to older version of acme-client

This commit is contained in:
Kyle Drake 2018-12-11 07:54:03 +00:00
parent e760f87bfb
commit ee3516829f
2 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ gem 'simpleidn'
gem 'gandi'
gem 'hoe', '3.14.2', require: nil
gem 'msgpack'
gem 'acme-client'
gem 'acme-client', '0.6.3'
gem 'http'
gem 'htmlentities'
gem 'rinku'

View file

@ -12,7 +12,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
acme-client (2.0.1)
acme-client (0.6.3)
faraday (~> 0.9, >= 0.9.1)
activesupport (5.2.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
@ -286,7 +286,7 @@ PLATFORMS
ruby
DEPENDENCIES
acme-client
acme-client (= 0.6.3)
activesupport
addressable
base32
@ -360,4 +360,4 @@ DEPENDENCIES
zipruby
BUNDLED WITH
1.16.1
1.16.4