From ce90a1d4f5ac25b37b70f0be4cc659ec04a88deb Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Thu, 1 Jun 2017 14:25:00 +0100 Subject: [PATCH] don't use acme-client from the repo --- Gemfile | 2 +- Gemfile.lock | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index a17aa63..932906f 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'gelf' gem 'moonrope', :git => 'https://github.com/adamcooke/moonrope', :branch => 'master' gem 'jwt' gem 'createsend', '~> 4.0' -gem 'acme-client', :git => 'https://github.com/unixcharles/acme-client' +gem 'acme-client' gem 'highline', :require => true group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 8689337..8b04f52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,16 +8,11 @@ GIT json (~> 1.7) rack (>= 1.4) -GIT - remote: https://github.com/unixcharles/acme-client - revision: 9a80e9301acd3f17ebff6ceaf245e0c400d08519 - specs: - acme-client (0.5.0) - faraday (~> 0.9, >= 0.9.1) - GEM remote: https://rubygems.org/ specs: + acme-client (0.5.5) + faraday (~> 0.9, >= 0.9.1) actioncable (5.0.2) actionpack (= 5.0.2) nio4r (>= 1.2, < 3.0) @@ -232,7 +227,7 @@ PLATFORMS ruby DEPENDENCIES - acme-client! + acme-client annotate authie (~> 3.0) autoprefixer-rails