From bd4dbf5f5d1ec241a5650cb3d4a8636bd7d4f8cb Mon Sep 17 00:00:00 2001 From: Jan Sandbrink Date: Thu, 27 Feb 2025 09:15:09 +0100 Subject: [PATCH] Update the version we use for our own omniauth-fork --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index af1e575383e..b8e840c1b1b 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index eb26491bbd0..b38739c61b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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