Skip to content

Commit

Permalink
build(deps): bump sidekiq from 6.4.0 to 6.5.10
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.4.0 to 6.5.10.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.4.0...v6.5.10)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent a7b3fbf commit acf4872
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'prawn', '~> 2.4.0'
gem 'prawn-table', '~> 0.2.2'
gem 'pg_search', '~> 2.3.5'
gem 'skylight', '~> 5.0'
gem 'sidekiq', '~> 6.4.0'
gem 'sidekiq', '~> 6.5.10'
gem 'sidekiq-cron', '~> 1.2.0'
gem 'aws-sdk-s3', '~> 1.94', require: false
gem 'image_processing', '~> 1.12'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
xpath (~> 3.2)
childprocess (4.1.0)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
connection_pool (2.4.1)
crass (1.0.6)
database_cleaner (1.8.5)
date (3.3.4)
Expand Down Expand Up @@ -318,7 +318,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rdiscount (2.2.7)
redis (4.5.1)
redis (4.8.1)
regexp_parser (2.8.2)
responders (3.0.1)
actionpack (>= 5.0)
Expand Down Expand Up @@ -382,10 +382,10 @@ GEM
rubyzip (>= 1.2.2)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
sidekiq (6.5.10)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.2.0)
redis (>= 4.5.0, < 5)
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
Expand Down Expand Up @@ -489,7 +489,7 @@ DEPENDENCIES
select2-rails (~> 4.0.13)
selenium-webdriver (~> 4.1.0)
shoulda-matchers (~> 4.4)
sidekiq (~> 6.4.0)
sidekiq (~> 6.5.10)
sidekiq-cron (~> 1.2.0)
simple_form (~> 5.0.2)
simplecov (~> 0.22)
Expand Down

0 comments on commit acf4872

Please sign in to comment.