File tree 2 files changed +13
-20
lines changed
2 files changed +13
-20
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ gem 'loofah', '~> 2.3.1'
14
14
gem 'pg'
15
15
gem 'puma' , '~> 5.6.4'
16
16
gem 'rails' , '~> 6.1.3'
17
- gem 'sidekiq' , '~> 4.1.3 '
17
+ gem 'sidekiq' , '~> 5.2.10 '
18
18
gem 'simple_command'
19
19
gem 'twitter' , '~> 7.0.0'
20
20
Original file line number Diff line number Diff line change 90
90
childprocess (3.0.0 )
91
91
chronic (0.10.2 )
92
92
coderay (1.1.3 )
93
- concurrent-ruby (1.1.8 )
94
- connection_pool (2.2.3 )
93
+ concurrent-ruby (1.1.10 )
94
+ connection_pool (2.3.0 )
95
95
crack (0.4.5 )
96
96
rexml
97
97
crass (1.0.6 )
182
182
railties (>= 3.1 )
183
183
multi_json (1.15.0 )
184
184
multipart-post (2.1.1 )
185
- mustermann (1.1.1 )
186
- ruby2_keywords (~> 0.0.1 )
187
185
naught (1.1.0 )
188
186
net-http-persistent (4.0.1 )
189
187
connection_pool (~> 2.2 )
@@ -216,10 +214,10 @@ GEM
216
214
puma (5.6.4 )
217
215
nio4r (~> 2.0 )
218
216
racc (1.5.2 )
219
- rack (2.2.3.1 )
217
+ rack (2.2.4 )
220
218
rack-cors (1.1.1 )
221
219
rack (>= 2.0.0 )
222
- rack-protection (2.2.0 )
220
+ rack-protection (3.0.2 )
223
221
rack
224
222
rack-test (1.1.0 )
225
223
rack (>= 1.0 , < 3 )
254
252
rb-fsevent (0.10.4 )
255
253
rb-inotify (0.10.1 )
256
254
ffi (~> 1.0 )
257
- redis (3.3.5 )
255
+ redis (4.5.1 )
258
256
regexp_parser (2.1.1 )
259
257
responders (3.0.1 )
260
258
actionpack (>= 5.0 )
@@ -315,18 +313,13 @@ GEM
315
313
selenium-webdriver (3.142.7 )
316
314
childprocess (>= 0.5 , < 4.0 )
317
315
rubyzip (>= 1.2.2 )
318
- sidekiq (4.1.4 )
319
- concurrent-ruby (~> 1.0 )
320
- connection_pool (~> 2.2 , >= 2. 2.0 )
321
- redis ( ~> 3.2 , >= 3.2.1 )
322
- sinatra ( >= 1.4.7 )
316
+ sidekiq (5.2.10 )
317
+ connection_pool (~> 2.2 , >= 2.2.2 )
318
+ rack (~> 2.0 )
319
+ rack-protection ( >= 1.5.0 )
320
+ redis ( ~> 4.5 , < 4.6.0 )
323
321
simple_command (0.1.0 )
324
322
simple_oauth (0.3.1 )
325
- sinatra (2.2.0 )
326
- mustermann (~> 1.0 )
327
- rack (~> 2.2 )
328
- rack-protection (= 2.2.0 )
329
- tilt (~> 2.0 )
330
323
spring (2.1.1 )
331
324
spring-watcher-listen (2.0.1 )
332
325
listen (>= 2.7 , < 4.0 )
340
333
sprockets (>= 3.0.0 )
341
334
thor (1.1.0 )
342
335
thread_safe (0.3.6 )
343
- tilt (2.0.10 )
336
+ tilt (2.0.11 )
344
337
twitter (7.0.0 )
345
338
addressable (~> 2.3 )
346
339
buftok (~> 0.2.0 )
@@ -405,7 +398,7 @@ DEPENDENCIES
405
398
rubocop (~> 0.90 )
406
399
rubocop-performance
407
400
rubocop-rails
408
- sidekiq (~> 4.1.3 )
401
+ sidekiq (~> 5.2.10 )
409
402
simple_command
410
403
spring
411
404
spring-watcher-listen (~> 2.0.0 )
You can’t perform that action at this time.
0 commit comments