Skip to content

Commit

Permalink
Bump redis-rack from 2.0.6 to 2.1.3
Browse files Browse the repository at this point in the history
Bumps [redis-rack](https://redis-store.org/redis-rack) from 2.0.6 to 2.1.3.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 30, 2020
1 parent 3370718 commit 72a7a5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ gem "redis", "~> 4.2.5" # Redis ruby client
# 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
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,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)
Expand Down Expand Up @@ -928,7 +928,7 @@ DEPENDENCIES
redcarpet (~> 3.5)
redis (~> 4.2.5)
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)
Expand Down
Binary file removed vendor/cache/redis-rack-2.0.6.gem
Binary file not shown.
Binary file added vendor/cache/redis-rack-2.1.3.gem
Binary file not shown.

0 comments on commit 72a7a5e

Please sign in to comment.