File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ gem 'cssbundling-rails', '~> 1.4'
62
62
63
63
gem 'jsbundling-rails' , '~> 1.3'
64
64
65
- gem "sidekiq" , "~> 7.3 "
65
+ gem "sidekiq" , "~> 8.0 "
66
66
67
67
gem 'icalendar'
68
68
Original file line number Diff line number Diff line change 167
167
letter_opener (~> 1.9 )
168
168
railties (>= 6.1 )
169
169
rexml
170
- logger (1.6.5 )
170
+ logger (1.7.0 )
171
171
loofah (2.24.0 )
172
172
crass (~> 1.0.2 )
173
173
nokogiri (>= 1.12.0 )
217
217
puma (6.5.0 )
218
218
nio4r (~> 2.0 )
219
219
racc (1.8.1 )
220
- rack (3.1.8 )
220
+ rack (3.1.12 )
221
221
rack-session (2.1.0 )
222
222
base64 (>= 0.1.0 )
223
223
rack (>= 3.0.0 )
262
262
recaptcha (5.18.0 )
263
263
redis (5.3.0 )
264
264
redis-client (>= 0.22.0 )
265
- redis-client (0.23 .0 )
265
+ redis-client (0.24 .0 )
266
266
connection_pool
267
267
regexp_parser (2.10.0 )
268
268
reline (0.6.0 )
@@ -291,11 +291,11 @@ GEM
291
291
rspec-expectations (~> 3.13 )
292
292
rspec-mocks (~> 3.13 )
293
293
rspec-support (~> 3.13 )
294
- rspec-sidekiq (5.0 .0 )
294
+ rspec-sidekiq (5.1 .0 )
295
295
rspec-core (~> 3.0 )
296
296
rspec-expectations (~> 3.0 )
297
297
rspec-mocks (~> 3.0 )
298
- sidekiq (>= 5 , < 8 )
298
+ sidekiq (>= 5 , < 9 )
299
299
rspec-support (3.13.2 )
300
300
rubyzip (2.3.2 )
301
301
securerandom (0.4.1 )
@@ -305,11 +305,12 @@ GEM
305
305
websocket (~> 1.0 )
306
306
shoulda-matchers (6.4.0 )
307
307
activesupport (>= 5.2.0 )
308
- sidekiq (7.3.7 )
309
- connection_pool (>= 2.3.0 )
310
- logger
311
- rack (>= 2.2.4 )
312
- redis-client (>= 0.22.2 )
308
+ sidekiq (8.0.2 )
309
+ connection_pool (>= 2.5.0 )
310
+ json (>= 2.9.0 )
311
+ logger (>= 1.6.2 )
312
+ rack (>= 3.1.0 )
313
+ redis-client (>= 0.23.2 )
313
314
simple_calendar (3.1.0 )
314
315
rails (>= 6.1 )
315
316
simple_form (5.3.1 )
@@ -412,7 +413,7 @@ DEPENDENCIES
412
413
rspec-sidekiq
413
414
selenium-webdriver
414
415
shoulda-matchers
415
- sidekiq (~> 7.3 )
416
+ sidekiq (~> 8.0 )
416
417
simple_calendar
417
418
simple_form
418
419
simplecov
You can’t perform that action at this time.
0 commit comments