Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump redis-rack from 2.0.6 to 2.1.4 #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump redis-rack from 2.0.6 to 2.1.4
Bumps [redis-rack](https://redis-store.org/redis-rack) from 2.0.6 to 2.1.4.

---
updated-dependencies:
- dependency-name: redis-rack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 25, 2022
commit 0876ab162012c0020f4ccfa3cc8b2a3ceac3c7bf
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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.4" # 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
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -602,14 +602,14 @@ 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.4)
rack (>= 2.0.8, < 3)
redis-store (>= 1.2, < 2)
redis-rails (5.0.2)
redis-actionpack (>= 5.0, < 6)
redis-activesupport (>= 5.0, < 6)
redis-store (>= 1.2, < 2)
redis-store (1.9.0)
redis-store (1.9.1)
redis (>= 4, < 5)
regexp_parser (1.8.2)
request_store (1.5.0)
Expand Down Expand Up @@ -942,7 +942,7 @@ DEPENDENCIES
redcarpet (~> 3.5)
redis (~> 4.2.5)
redis-actionpack (= 5.1.0)
redis-rack (= 2.0.6)
redis-rack (= 2.1.4)
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.4.gem
Binary file not shown.
Binary file removed vendor/cache/redis-store-1.9.0.gem
Binary file not shown.
Binary file added vendor/cache/redis-store-1.9.1.gem
Binary file not shown.