Skip to content

Commit

Permalink
Build(deps): Bump sidekiq from 4.2.10 to 7.1.5
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 4.2.10 to 7.1.5.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v4.2.10...v7.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 04cf7eb commit 8099586
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gem 'geojson_import', git: 'https://github.com/instedd/geojson_import', branch:

# Services
gem 'puma', '~> 3.0'
gem 'sidekiq', '~> 4.2'
gem 'sidekiq', '~> 7.1'
gem 'sidekiq-cron', '~> 0.3' # TODO: not maintained, consider sidekiq-scheduler instead
gem 'whenever', '~> 1.0' # TODO: replace with a sidekiq-cron job

Expand Down
23 changes: 11 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
config (1.7.2)
activesupport (>= 3.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 0.12, >= 0.12.2, < 1.0.0)
connection_pool (2.2.5)
connection_pool (2.4.1)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -399,9 +399,7 @@ GEM
public_suffix (4.0.7)
puma (3.12.6)
raabro (1.4.0)
rack (2.2.6.3)
rack-protection (2.2.4)
rack
rack (2.2.8)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.7.2)
Expand Down Expand Up @@ -450,7 +448,8 @@ GEM
tilt
recaptcha (4.14.0)
json
redis (3.3.5)
redis-client (0.17.0)
connection_pool
regexp_parser (1.8.2)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -538,11 +537,11 @@ GEM
sentry-raven (2.13.0)
faraday (>= 0.7.6, < 1.0)
sexp_processor (4.16.1)
sidekiq (4.2.10)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0)
redis (~> 3.2, >= 3.2.1)
sidekiq (7.1.5)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-cron (0.6.3)
rufus-scheduler (>= 3.3.0)
sidekiq (>= 4.2.1)
Expand Down Expand Up @@ -689,7 +688,7 @@ DEPENDENCIES
sass-rails (~> 5.0, < 5.0.8)
selenium-webdriver (< 4.0)
sentry-raven (~> 2.13)
sidekiq (~> 4.2)
sidekiq (~> 7.1)
sidekiq-cron (~> 0.3)
simplecov
site_prism (~> 3.0)
Expand Down

0 comments on commit 8099586

Please sign in to comment.