From c0a40f092db148ec87dc0bb09d75f664e7ebd305 Mon Sep 17 00:00:00 2001 From: Stan Hu <stanhu@gmail.com> Date: Tue, 4 Jan 2022 11:40:01 -0800 Subject: [PATCH] Update acme-client to v2.0.9 This brings in Ruby 3.0 support and other minor fixes. This also matches the version already used by Omnibus (https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/5590). Diff: https://my.diffend.io/gems/acme-client/2.0.6/2.0.9 Changelog: fixed --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9f152aa5218e..f85c1f0e5ad7 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 d15a27d60e3c..3d7e0b7e5401 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) -- GitLab