Skip to content

Commit

Permalink
Merge pull request #3285 from ualbertalib/dependabot/bundler/master/s…
Browse files Browse the repository at this point in the history
…idekiq-7.2.0

Bump sidekiq from 7.1.6 to 7.2.0
  • Loading branch information
murny authored Nov 3, 2023
2 parents 266648c + 3d67320 commit 4eae332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'omniauth-saml', '~> 2.1'
gem 'pundit', '2.3.1'

# Background tasks
gem 'sidekiq', '~> 7.1'
gem 'sidekiq', '~> 7.2'
gem 'sidekiq-cron', '~> 1.10'
gem 'sidekiq-unique-jobs', '~> 8.0'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ GEM
rdoc (6.3.3)
redcarpet (3.6.0)
redis (4.8.1)
redis-client (0.17.0)
redis-client (0.18.0)
connection_pool
regexp_parser (2.8.2)
representable (3.1.1)
Expand Down Expand Up @@ -528,7 +528,7 @@ GEM
semantic_range (3.0.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (7.1.6)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -685,7 +685,7 @@ DEPENDENCIES
sdoc
selenium-webdriver
shoulda-matchers (~> 5.3)
sidekiq (~> 7.1)
sidekiq (~> 7.2)
sidekiq-cron (~> 1.10)
sidekiq-unique-jobs (~> 8.0)
simple_form
Expand Down

0 comments on commit 4eae332

Please sign in to comment.