Update the version we use for our own omniauth-fork

This commit is contained in:
Jan Sandbrink
2025-02-27 09:15:09 +01:00
committed by Oliver Günther
parent 9e8a9ed80f
commit bd4dbf5f5d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ gem "rdoc", ">= 2.4.2"
gem "doorkeeper", "~> 5.8.0"
# Maintain our own omniauth due to relative URL root issues
# see upstream PR: https://github.com/omniauth/omniauth/pull/903
gem "omniauth", git: "https://github.com/opf/omniauth", ref: "fe862f986b2e846e291784d2caa3d90a658c67f0"
gem "omniauth", git: "https://github.com/opf/omniauth", ref: "7eb21563ba047ef86d71f099975587b5ec88f9c9"
gem "request_store", "~> 1.7.0"
gem "warden", "~> 1.2"
+4 -4
View File
@@ -26,11 +26,11 @@ GIT
GIT
remote: https://github.com/opf/omniauth
revision: fe862f986b2e846e291784d2caa3d90a658c67f0
ref: fe862f986b2e846e291784d2caa3d90a658c67f0
revision: 7eb21563ba047ef86d71f099975587b5ec88f9c9
ref: 7eb21563ba047ef86d71f099975587b5ec88f9c9
specs:
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
GIT