diff --git a/Gemfile b/Gemfile index 39853eaeebaea..31d66c8ad2614 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ gem "rpush-redis", "~> 1.1" # Redis module capability for rpush library # We need to investigate why exactly, in the meantime we are hardcoding these two transitive dependencies # (added by redis-rails) to keep them at the latest working version gem "redis-actionpack", "5.1.0" # Redis session store for ActionPack. Used for storing the Rails session in Redis. -gem "redis-rack", "2.0.6" # Redis Store for Rack applications +gem "redis-rack", "2.1.3" # Redis Store for Rack applications gem "redis-rails", "~> 5.0.2" # Redis for Ruby on Rails gem "request_store", "~> 1.5" # RequestStore gives you per-request global storage diff --git a/Gemfile.lock b/Gemfile.lock index 56a94a1d86a2e..3637a72908fec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -592,8 +592,8 @@ GEM redis-activesupport (5.2.0) activesupport (>= 3, < 7) redis-store (>= 1.3, < 2) - redis-rack (2.0.6) - rack (>= 1.5, < 3) + redis-rack (2.1.3) + rack (>= 2.0.8, < 3) redis-store (>= 1.2, < 2) redis-rails (5.0.2) redis-actionpack (>= 5.0, < 6) @@ -947,7 +947,7 @@ DEPENDENCIES redcarpet (~> 3.5) redis (~> 4.4.0) redis-actionpack (= 5.1.0) - redis-rack (= 2.0.6) + redis-rack (= 2.1.3) redis-rails (~> 5.0.2) request_store (~> 1.5) reverse_markdown (~> 2.0) diff --git a/vendor/cache/redis-rack-2.0.6.gem b/vendor/cache/redis-rack-2.0.6.gem deleted file mode 100644 index f5e4c5c6c114a..0000000000000 Binary files a/vendor/cache/redis-rack-2.0.6.gem and /dev/null differ diff --git a/vendor/cache/redis-rack-2.1.3.gem b/vendor/cache/redis-rack-2.1.3.gem new file mode 100644 index 0000000000000..d56ef0f3c8e64 Binary files /dev/null and b/vendor/cache/redis-rack-2.1.3.gem differ