Skip to content

Commit

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

---
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 Aug 9, 2023
1 parent dcd897a commit f4e39d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
backports (3.24.1)
connection_pool (2.4.1)
daemons (1.4.1)
daru (0.3)
packable (~> 1.3.13)
Expand All @@ -28,7 +29,10 @@ GEM
rack-ssl-enforcer (0.2.9)
rack-test (2.1.0)
rack (>= 1.3)
redis (4.7.1)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.15.0)
connection_pool
rexml (3.2.5)
ruby2_keywords (0.0.5)
secure_headers (6.5.0)
Expand Down

0 comments on commit f4e39d1

Please sign in to comment.