Skip to content

Commit 674d9c8

Browse files
committed
More updates
1 parent 2407142 commit 674d9c8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ gem 'active_model_serializers'
2424
gem 'unicorn'
2525
gem 'sentry-raven'
2626
gem 'yard-sinatra', git: 'https://github.com/rkh/yard-sinatra'
27+
gem 'rack', '>= 2.1.4'
2728
gem 'rack-contrib'
2829
gem 'rack-cache', git: 'https://github.com/rtomayko/rack-cache'
2930
gem 'rack-attack', '~> 5.0'

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ GEM
136136
composite_primary_keys (8.1.8)
137137
activerecord (~> 4.2.0)
138138
concurrent-ruby (1.1.6)
139-
connection_pool (2.2.2)
139+
connection_pool (2.2.3)
140140
crack (0.4.3)
141141
safe_yaml (~> 1.0.0)
142142
dalli (2.7.10)
@@ -309,7 +309,7 @@ GEM
309309
multi_json (~> 1.0)
310310
pusher-signature (~> 0.1.8)
311311
pusher-signature (0.1.8)
312-
rack (2.0.9)
312+
rack (2.2.3)
313313
rack-attack (5.4.2)
314314
rack (>= 1.0, < 3)
315315
rack-contrib (2.2.0)
@@ -363,11 +363,11 @@ GEM
363363
safe_yaml (1.0.5)
364364
sentry-raven (2.13.0)
365365
faraday (>= 0.7.6, < 1.0)
366-
sidekiq (5.2.8)
366+
sidekiq (5.2.9)
367367
connection_pool (~> 2.2, >= 2.2.2)
368-
rack (< 2.1.0)
368+
rack (~> 2.0)
369369
rack-protection (>= 1.5.0)
370-
redis (>= 3.3.5, < 5)
370+
redis (>= 3.3.5, < 4.2)
371371
signet (0.13.2)
372372
addressable (~> 2.3)
373373
faraday (>= 0.17.3, < 2.0)
@@ -463,6 +463,7 @@ DEPENDENCIES
463463
pry
464464
pry-byebug
465465
pusher (~> 0.14.0)
466+
rack (>= 2.1.4)
466467
rack-attack (~> 5.0)
467468
rack-cache!
468469
rack-contrib

0 commit comments

Comments
 (0)