From e1d4abf09ad1489b4c5bb51c330170822788fa10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:52:44 +0000 Subject: [PATCH] chore(deps): update redis requirement in /examples/using-sidekiq 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-sidekiq/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-sidekiq/Gemfile b/examples/using-sidekiq/Gemfile index 167646f..55bd485 100644 --- a/examples/using-sidekiq/Gemfile +++ b/examples/using-sidekiq/Gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" -gem "redis", "5.3.0" +gem "redis", "5.4.0" gem "sidekiq", "7.3.6" gem "sinatra", "~> 4.0" \ No newline at end of file