Skip to content

Commit 549b3b3

Browse files
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](sidekiq/sidekiq@v7.3.1...v7.3.6) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de9a368 commit 549b3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/using-sidekiq/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source "https://rubygems.org"
44

55
gem "redis", "5.3.0"
6-
gem "sidekiq", "7.3.1"
6+
gem "sidekiq", "7.3.6"
77
gem "sinatra", "~> 4.0"

0 commit comments

Comments
 (0)