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