File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ gem 'active_model_serializers'
24
24
gem 'unicorn'
25
25
gem 'sentry-raven'
26
26
gem 'yard-sinatra' , git : 'https://github.com/rkh/yard-sinatra'
27
+ gem 'rack' , '>= 2.1.4'
27
28
gem 'rack-contrib'
28
29
gem 'rack-cache' , git : 'https://github.com/rtomayko/rack-cache'
29
30
gem 'rack-attack' , '~> 5.0'
Original file line number Diff line number Diff line change 136
136
composite_primary_keys (8.1.8 )
137
137
activerecord (~> 4.2.0 )
138
138
concurrent-ruby (1.1.6 )
139
- connection_pool (2.2.2 )
139
+ connection_pool (2.2.3 )
140
140
crack (0.4.3 )
141
141
safe_yaml (~> 1.0.0 )
142
142
dalli (2.7.10 )
309
309
multi_json (~> 1.0 )
310
310
pusher-signature (~> 0.1.8 )
311
311
pusher-signature (0.1.8 )
312
- rack (2.0.9 )
312
+ rack (2.2.3 )
313
313
rack-attack (5.4.2 )
314
314
rack (>= 1.0 , < 3 )
315
315
rack-contrib (2.2.0 )
@@ -363,11 +363,11 @@ GEM
363
363
safe_yaml (1.0.5 )
364
364
sentry-raven (2.13.0 )
365
365
faraday (>= 0.7.6 , < 1.0 )
366
- sidekiq (5.2.8 )
366
+ sidekiq (5.2.9 )
367
367
connection_pool (~> 2.2 , >= 2.2.2 )
368
- rack (< 2.1 .0 )
368
+ rack (~> 2 .0 )
369
369
rack-protection (>= 1.5.0 )
370
- redis (>= 3.3.5 , < 5 )
370
+ redis (>= 3.3.5 , < 4.2 )
371
371
signet (0.13.2 )
372
372
addressable (~> 2.3 )
373
373
faraday (>= 0.17.3 , < 2.0 )
@@ -463,6 +463,7 @@ DEPENDENCIES
463
463
pry
464
464
pry-byebug
465
465
pusher (~> 0.14.0 )
466
+ rack (>= 2.1.4 )
466
467
rack-attack (~> 5.0 )
467
468
rack-cache !
468
469
rack-contrib
You can’t perform that action at this time.
0 commit comments