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 #249

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](http: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 24, 2022
commit 98d2fcd8d88df9b17782dfe1d810fad3b9a18f62
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.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
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,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.4)
rack (>= 2.0.8, < 3)
redis-store (>= 1.2, < 2)
redis-rails (5.0.2)
redis-actionpack (>= 5.0, < 6)
Expand Down Expand Up @@ -945,7 +945,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.