Skip to content

Commit

Permalink
Bump redis from 4.8.1 to 5.0.8
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-rb) from 4.8.1 to 5.0.8.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v4.8.1...v5.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent f8fd5d6 commit cf9905a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem "bootsnap", require: false
gem "pg", "~> 1.5"

# Use Redis adapter to run Action Cable in production
gem "redis", "~> 4.0"
gem "redis", "~> 5.0"

# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis"
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,10 @@ GEM
rake (13.1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
redis (4.8.1)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.8.1)
reline (0.4.2)
io-console (~> 0.5)
Expand Down Expand Up @@ -371,7 +374,7 @@ DEPENDENCIES
puma (~> 6.4)
rabl (~> 0.16.1)
rails (~> 7.1.3)
redis (~> 4.0)
redis (~> 5.0)
rspec-rails (~> 6.1.0)
selenium-webdriver
simple-navigation (~> 4.4)
Expand Down

0 comments on commit cf9905a

Please sign in to comment.