diff --git a/Gemfile b/Gemfile index 9f152aa5218ebfaaf31200688381952cb28df7ab..f85c1f0e5ad7a552852e86c8dc287adb3b18835b 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ gem 'u2f', '~> 0.2.1' gem 'validates_hostname', '~> 1.0.11' gem 'rubyzip', '~> 2.0.0', require: 'zip' # GitLab Pages letsencrypt support -gem 'acme-client', '~> 2.0', '>= 2.0.6' +gem 'acme-client', '~> 2.0', '>= 2.0.9' # Browser detection gem 'browser', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index d15a27d60e3cece060b4468f1e4f68fa6c8636f1..3d7e0b7e5401572b2604fa6c39f95fbbe2b036ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.3.2) - acme-client (2.0.6) + acme-client (2.0.9) faraday (>= 0.17, < 2.0.0) actioncable (6.1.4.1) actionpack (= 6.1.4.1) @@ -1388,7 +1388,7 @@ PLATFORMS DEPENDENCIES RedCloth (~> 4.3.2) - acme-client (~> 2.0, >= 2.0.6) + acme-client (~> 2.0, >= 2.0.9) activerecord-explain-analyze (~> 0.1) acts-as-taggable-on (~> 8.1) addressable (~> 2.8)