From cd81685d847a97338eef55344a64251ce82254d5 Mon Sep 17 00:00:00 2001
From: Takuya Noguchi <takninnovationresearch@gmail.com>
Date: Thu, 4 Aug 2022 12:43:55 +0000
Subject: [PATCH] Update acme-client from 2.0.9 to 2.0.11

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>

Changelog: other
---
 Gemfile      | 2 +-
 Gemfile.lock | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Gemfile b/Gemfile
index eed4dce23615..f0328def5093 100644
--- a/Gemfile
+++ b/Gemfile
@@ -78,7 +78,7 @@ gem 'u2f', '~> 0.2.1'
 gem 'validates_hostname', '~> 1.0.11'
 gem 'rubyzip', '~> 2.3.2', require: 'zip'
 # GitLab Pages letsencrypt support
-gem 'acme-client', '~> 2.0', '>= 2.0.9'
+gem 'acme-client', '~> 2.0'
 
 # Browser detection
 gem 'browser', '~> 4.2'
diff --git a/Gemfile.lock b/Gemfile.lock
index e029123b3ebd..1f7fd98cc04b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -43,8 +43,9 @@ GEM
   remote: https://rubygems.org/
   specs:
     RedCloth (4.3.2)
-    acme-client (2.0.9)
-      faraday (>= 0.17, < 2.0.0)
+    acme-client (2.0.11)
+      faraday (>= 1.0, < 3.0.0)
+      faraday-retry (~> 1.0)
     actioncable (6.1.6.1)
       actionpack (= 6.1.6.1)
       activesupport (= 6.1.6.1)
@@ -1481,7 +1482,7 @@ PLATFORMS
 
 DEPENDENCIES
   RedCloth (~> 4.3.2)
-  acme-client (~> 2.0, >= 2.0.9)
+  acme-client (~> 2.0)
   activerecord-explain-analyze (~> 0.1)
   acts-as-taggable-on (~> 9.0)
   addressable (~> 2.8)
-- 
GitLab