Skip to content

Commit

Permalink
Update rack to '>= 2.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Aug 13, 2020
1 parent 36dee15 commit 4ff526c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'sentry-raven'
gem 'rollout'
gem 'redlock'
gem 'multi_json', '~> 1.11'
gem 'rack', '>= 1.6.11'
gem 'rack', '>= 2.1.4'

gem 'libhoney'
gem 'faraday'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (2.0.5)
rack (2.1.1)
rack (2.2.3)
rack-protection (2.0.1)
rack
rake (13.0.1)
Expand Down Expand Up @@ -229,7 +229,7 @@ DEPENDENCIES
multi_json (~> 1.11)
pg
pry
rack (>= 1.6.11)
rack (>= 2.1.4)
rake
redis-namespace
redlock
Expand Down

0 comments on commit 4ff526c

Please sign in to comment.