From 19e6575cd714f4ffabe03d3acf455bf4476ae987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:30:34 +0000 Subject: [PATCH] chore(deps): update redis requirement in /examples/using-resque 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](https://github.com/redis/redis-rb/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/using-resque/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-resque/Gemfile b/examples/using-resque/Gemfile index b438976..244786c 100644 --- a/examples/using-resque/Gemfile +++ b/examples/using-resque/Gemfile @@ -4,4 +4,4 @@ gem "resque", "2.6.0" gem 'resque-scheduler' -gem "redis", "5.3.0" +gem "redis", "5.4.0"