From 2235c16fb675f600fdfa2d35a0737c60f98ad1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= <remy@rymai.me> Date: Tue, 19 Jul 2022 14:55:12 +0200 Subject: [PATCH] Update rack-oauth2 to 1.21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable <remy@rymai.me> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 722324d812e28..ed547ada1e3e6 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem 'omniauth-authentiq', '~> 0.3.3' gem 'gitlab-omniauth-openid-connect', '~> 0.9.0', require: 'omniauth_openid_connect' gem 'omniauth-salesforce', '~> 1.0.5' gem 'omniauth-atlassian-oauth2', '~> 0.2.0' -gem 'rack-oauth2', '~> 1.19.0' +gem 'rack-oauth2', '~> 1.21.2' gem 'jwt', '~> 2.1.0' # Kerberos authentication. EE-only diff --git a/Gemfile.lock b/Gemfile.lock index 379f4a5d1cf49..96d07d3f2dc19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1016,7 +1016,7 @@ GEM rack (>= 1.0, < 3) rack-cors (1.1.1) rack (>= 2.0.0) - rack-oauth2 (1.19.0) + rack-oauth2 (1.21.2) activesupport attr_required httpclient @@ -1671,7 +1671,7 @@ DEPENDENCIES rack (~> 2.2.4) rack-attack (~> 6.6.0) rack-cors (~> 1.1.0) - rack-oauth2 (~> 1.19.0) + rack-oauth2 (~> 1.21.2) rack-proxy (~> 0.7.2) rack-timeout (~> 0.6.0) rails (~> 6.1.4.7) -- GitLab