Bump request_store, revert to avoid Fiber.

https://github.com/steveklabnik/request_store/issues/96
This commit is contained in:
Eric Guo
2024-05-02 07:09:10 +08:00
parent 084985ee26
commit 3b1d430e0b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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"
+2 -2
View File
@@ -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)