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 'gandi'
gem 'hoe', '3.14.2', require: nil gem 'hoe', '3.14.2', require: nil
gem 'msgpack' gem 'msgpack'
gem 'acme-client' gem 'acme-client', '0.6.3'
gem 'http' gem 'http'
gem 'htmlentities' gem 'htmlentities'
gem 'rinku' gem 'rinku'

View file

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