Skip to content

Commit

Permalink
chore(deps): update redis requirement in /examples/using-resque
Browse files Browse the repository at this point in the history
Updates the requirements on [redis](https://github.com/redis/redis-rb) to permit the latest version.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v5.0.6...v5.0.8)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 36099ee commit 6ac3f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/using-resque/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source "https://rubygems.org"

gem "resque", "2.5.0"

gem "redis", "5.0.6"
gem "redis", "5.0.8"

0 comments on commit 6ac3f9b

Please sign in to comment.