Skip to content

Commit 125b667

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.1.0...v7.2.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36099ee commit 125b667

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.0.6"
6-
gem "sidekiq", "7.1.0"
6+
gem "sidekiq", "7.2.0"
77
gem "sinatra", "~> 3.0"

0 commit comments

Comments
 (0)