From 589392e36eb74fcea5ab5272aded78ea5c6bda82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:32:00 +0000 Subject: [PATCH] chore(deps): update sidekiq requirement in /examples/using-sidekiq Updates the requirements on [sidekiq](https://github.com/sidekiq/sidekiq) to permit the latest version. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v7.3.6...v7.3.8) --- updated-dependencies: - dependency-name: sidekiq 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..ce53f66 100644 --- a/examples/using-sidekiq/Gemfile +++ b/examples/using-sidekiq/Gemfile @@ -3,5 +3,5 @@ source "https://rubygems.org" gem "redis", "5.3.0" -gem "sidekiq", "7.3.6" +gem "sidekiq", "7.3.8" gem "sinatra", "~> 4.0" \ No newline at end of file