From 54175eb92fbaa3f1bd9312d77828f260280eeec4 Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Thu, 25 Apr 2019 12:25:14 +0200 Subject: [PATCH] Bump openid plugin versions --- Gemfile.lock | 14 +++++++------- Gemfile.modules | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a710729b24d..92d1fb99694 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,8 +16,8 @@ GIT GIT remote: https://github.com/finnlabs/omniauth-openid-connect.git - revision: 46f0c33bee2c885c89dd2866f5cf847da62b3482 - ref: 46f0c33bee2c885c89dd2866f5cf847da62b3482 + revision: 9e7fd0e7bd36d40451c6b3c2ea641e8d237c295d + ref: 9e7fd0e7bd36d40451c6b3c2ea641e8d237c295d specs: omniauth-openid-connect (0.3.0) addressable (~> 2.5) @@ -26,10 +26,10 @@ GIT GIT remote: https://github.com/finnlabs/omniauth-openid_connect-providers.git - revision: b8b9d4be88fb48a1fa4f4afd9fd226dac54430f8 - ref: b8b9d4be88fb48a1fa4f4afd9fd226dac54430f8 + revision: 552205c402b921689552532b4591737dc030625b + ref: 552205c402b921689552532b4591737dc030625b specs: - omniauth-openid_connect-providers (0.1.0) + omniauth-openid_connect-providers (0.1.1) omniauth-openid-connect (>= 0.2.1) GIT @@ -875,9 +875,9 @@ GEM validate_email (0.1.6) activemodel (>= 3.0) mail (>= 2.2.5) - validate_url (1.0.2) + validate_url (1.0.8) activemodel (>= 3.0.0) - addressable + public_suffix virtus (1.0.5) axiom-types (~> 0.1) coercible (~> 1.0) diff --git a/Gemfile.modules b/Gemfile.modules index e6608033d8c..5c26cb6cd95 100644 --- a/Gemfile.modules +++ b/Gemfile.modules @@ -10,11 +10,11 @@ end gem 'omniauth-openid_connect-providers', git: 'https://github.com/finnlabs/omniauth-openid_connect-providers.git', - ref: 'b8b9d4be88fb48a1fa4f4afd9fd226dac54430f8' + ref: '552205c402b921689552532b4591737dc030625b' gem 'omniauth-openid-connect', git: 'https://github.com/finnlabs/omniauth-openid-connect.git', - ref: '46f0c33bee2c885c89dd2866f5cf847da62b3482' + ref: '9e7fd0e7bd36d40451c6b3c2ea641e8d237c295d' group :opf_plugins do # included so that engines can reference OpenProject::Version