Bump openid connect gem to fix logout redirect

pull/11922/head
Oliver Günther 2 years ago
parent f21c1efb2a
commit 26d06090eb
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 4
      Gemfile.lock
  2. 2
      Gemfile.modules

@ -9,8 +9,8 @@ GIT
GIT
remote: https://github.com/opf/omniauth-openid-connect.git
revision: 27d9d4a05c80a9b29709ae8681696de11156e0e5
ref: 27d9d4a05c80a9b29709ae8681696de11156e0e5
revision: 5dfc1758ab010eca4aae8d0e0287ec4d9ec7a1ce
ref: 5dfc1758ab010eca4aae8d0e0287ec4d9ec7a1ce
specs:
omniauth-openid-connect (0.4.0)
addressable (~> 2.5)

@ -14,7 +14,7 @@ gem 'omniauth-openid_connect-providers',
gem 'omniauth-openid-connect',
git: 'https://github.com/opf/omniauth-openid-connect.git',
ref: '27d9d4a05c80a9b29709ae8681696de11156e0e5'
ref: '5dfc1758ab010eca4aae8d0e0287ec4d9ec7a1ce'
group :opf_plugins do
# included so that engines can reference OpenProject::Version

Loading…
Cancel
Save