diff --git a/Gemfile b/Gemfile index d426dd068db..bba366aa143 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem "doorkeeper", "~> 5.6.6" # 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 "request_store", "~> 1.6.0" +gem "request_store", "~> 1.7.0" gem "warden", "~> 1.2" gem "warden-basic_auth", "~> 0.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index ada12e8ab84..af9e0de978c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -933,7 +933,7 @@ GEM declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) - request_store (1.6.0) + request_store (1.7.0) rack (>= 1.4) responders (3.1.1) actionpack (>= 5.2) @@ -1306,7 +1306,7 @@ DEPENDENCIES rails-i18n (~> 7.0.0) rdoc (>= 2.4.2) redis (~> 5.2.0) - request_store (~> 1.6.0) + request_store (~> 1.7.0) responders (~> 3.0) retriable (~> 3.1.1) rinku (~> 2.0.4)