Commit 9006479 1 parent f876c72 commit 9006479 Copy full SHA for 9006479
File tree 4 files changed +13
-17
lines changed
4 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gem 'prawn', '~> 2.5.0'
21
21
gem 'prawn-table' , '~> 0.2.2'
22
22
gem 'pg_search' , '~> 2.3.5'
23
23
gem 'sidekiq' , '~> 6.5'
24
- gem 'sidekiq-cron' , '~> 1.9.1 '
24
+ gem 'sidekiq-cron' , '~> 1.12.0 '
25
25
gem 'aws-sdk-s3' , '~> 1.94' , require : false
26
26
gem 'image_processing' , '~> 1.12'
27
27
gem 'active_storage_validations' , '~> 1.1.3'
Original file line number Diff line number Diff line change @@ -225,22 +225,22 @@ GEM
225
225
net-smtp
226
226
marcel (1.0.4 )
227
227
matrix (0.4.2 )
228
- method_source (1.0 .0 )
228
+ method_source (1.1 .0 )
229
229
mime-types (3.5.2 )
230
230
mime-types-data (~> 3.2015 )
231
231
mime-types-data (3.2023.1205 )
232
232
mini_magick (4.12.0 )
233
233
mini_mime (1.1.5 )
234
234
minitest (5.25.1 )
235
235
msgpack (1.7.2 )
236
- net-imap (0.4.10 )
236
+ net-imap (0.5.0 )
237
237
date
238
238
net-protocol
239
239
net-pop (0.1.2 )
240
240
net-protocol
241
241
net-protocol (0.2.2 )
242
242
timeout
243
- net-smtp (0.4.0.1 )
243
+ net-smtp (0.5.0 )
244
244
net-protocol
245
245
netrc (0.11.0 )
246
246
nio4r (2.7.3 )
310
310
thor (~> 1.0 )
311
311
zeitwerk (~> 2.5 )
312
312
rainbow (3.1.1 )
313
- rake (13.1.0 )
313
+ rake (13.2.1 )
314
314
ransack (3.2.1 )
315
315
activerecord (>= 6.1.5 )
316
316
activesupport (>= 6.1.5 )
388
388
connection_pool (>= 2.2.5 , < 3 )
389
389
rack (~> 2.0 )
390
390
redis (>= 4.5.0 , < 5 )
391
- sidekiq-cron (1.9.1 )
391
+ sidekiq-cron (1.12.0 )
392
392
fugit (~> 1.8 )
393
- sidekiq (>= 4.2.1 )
393
+ globalid (>= 1.0.1 )
394
+ sidekiq (>= 6 )
394
395
simple_form (5.0.3 )
395
396
actionpack (>= 5.0 )
396
397
activemodel (>= 5.0 )
408
409
activesupport (>= 5.2 )
409
410
sprockets (>= 3.0.0 )
410
411
strscan (3.1.0 )
411
- thor (1.3.1 )
412
+ thor (1.3.2 )
412
413
tilt (2.3.0 )
413
414
timeout (0.4.1 )
414
415
ttfunk (1.8.0 )
431
432
websocket-extensions (0.1.5 )
432
433
xpath (3.2.0 )
433
434
nokogiri (~> 1.8 )
434
- zeitwerk (2.6.13 )
435
+ zeitwerk (2.7.1 )
435
436
436
437
PLATFORMS
437
438
arm64-darwin-22
@@ -479,7 +480,7 @@ DEPENDENCIES
479
480
selenium-webdriver (~> 4.16 )
480
481
shoulda-matchers (~> 4.4 )
481
482
sidekiq (~> 6.5 )
482
- sidekiq-cron (~> 1.9.1 )
483
+ sidekiq-cron (~> 1.12.0 )
483
484
simple_form (~> 5.0.2 )
484
485
simplecov (~> 0.22 )
485
486
uglifier (~> 4.2.0 )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
send_push_notifications_job :
2
- cron : ' */5 * * * * '
2
+ cron : ' every 5 minutes '
3
3
class : ' SendPushNotificationsJob'
4
4
queue : cron
5
5
weekly_digest :
6
- cron : ' 0 9 * * 1 ' # every monday at 9am
6
+ cron : ' every monday at 9am'
7
7
class : ' OrganizationNotifierJob'
8
8
queue : cron
You can’t perform that action at this time.
0 commit comments