Skip to content

Commit

Permalink
[deps] update to latest compatible Sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Nov 20, 2023
1 parent a7b3fbf commit cac5267
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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-cron', '~> 1.2.0'
gem 'sidekiq', '~> 6.5'
gem 'sidekiq-cron', '~> 1.9.1'
gem 'aws-sdk-s3', '~> 1.94', require: false
gem 'image_processing', '~> 1.12'

Expand Down
24 changes: 12 additions & 12 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 All @@ -149,7 +149,7 @@ GEM
dotenv (= 2.7.6)
railties (>= 3.2)
erubi (1.12.0)
et-orbi (1.2.4)
et-orbi (1.2.7)
tzinfo
execjs (2.8.1)
fabrication (2.22.0)
Expand All @@ -159,8 +159,8 @@ GEM
formtastic (4.0.0)
actionpack (>= 5.2.0)
formtastic_i18n (0.6.0)
fugit (1.4.5)
et-orbi (~> 1.1, >= 1.1.8)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
gli (2.21.0)
globalid (1.2.1)
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,12 +382,12 @@ 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.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq-cron (1.2.0)
fugit (~> 1.1)
redis (>= 4.5.0, < 5)
sidekiq-cron (1.9.1)
fugit (~> 1.8)
sidekiq (>= 4.2.1)
simple_form (5.0.3)
actionpack (>= 5.0)
Expand Down Expand Up @@ -489,8 +489,8 @@ DEPENDENCIES
select2-rails (~> 4.0.13)
selenium-webdriver (~> 4.1.0)
shoulda-matchers (~> 4.4)
sidekiq (~> 6.4.0)
sidekiq-cron (~> 1.2.0)
sidekiq (~> 6.5)
sidekiq-cron (~> 1.9.1)
simple_form (~> 5.0.2)
simplecov (~> 0.22)
skylight (~> 5.0)
Expand Down

0 comments on commit cac5267

Please sign in to comment.