Skip to content

Commit

Permalink
Merge pull request #935 from alphagov/dependabot/bundler/sidekiq-sche…
Browse files Browse the repository at this point in the history
…duler-5.0.6

Bump sidekiq-scheduler from 5.0.5 to 5.0.6
  • Loading branch information
matthillco authored Aug 2, 2024
2 parents 9513405 + 422ba03 commit d9343ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem "pg"
gem "sentry-sidekiq"

# https://github.com/moove-it/sidekiq-scheduler/issues/345
gem "sidekiq-scheduler", "5.0.5"
gem "sidekiq-scheduler", "5.0.6"

group :development, :test do
gem "awesome_print"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ GEM
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq-scheduler (5.0.5)
sidekiq-scheduler (5.0.6)
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0, < 3)
Expand Down Expand Up @@ -838,7 +838,7 @@ DEPENDENCIES
rubocop-govuk
sentry-sidekiq
shoulda-matchers
sidekiq-scheduler (= 5.0.5)
sidekiq-scheduler (= 5.0.6)
simplecov
webmock

Expand Down

0 comments on commit d9343ae

Please sign in to comment.