mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Bump request_store, revert to avoid Fiber.
https://github.com/steveklabnik/request_store/issues/96
This commit is contained in:
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user