mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Move back to older version of acme-client
This commit is contained in:
parent
e760f87bfb
commit
ee3516829f
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue