update `rack` to `2.2.0@f690bb714` until github.com/rack/rack/pull/1428 makes it into the next release

master
multiple creatures 2020-01-15 11:04:41 -06:00
parent bcbfe4282d
commit 257b33c2ad
2 changed files with 9 additions and 1 deletions

View File

@ -65,6 +65,7 @@ gem 'ox', '~> 2.10'
gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2e213991f8afb13b984854a49fcdcc980c'
gem 'pundit', '~> 2.0'
gem 'premailer-rails'
gem 'rack', git: 'https://github.com/rack/rack.git', :ref => 'f690bb71425aa31d7b9b3113829af773950d8ab5'
gem 'rack-attack', '~> 6.0'
gem 'rack-cors', '~> 1.0', require: 'rack/cors'
gem 'rails-i18n', '~> 5.1'

View File

@ -1,3 +1,10 @@
GIT
remote: https://github.com/rack/rack.git
revision: f690bb71425aa31d7b9b3113829af773950d8ab5
ref: f690bb71425aa31d7b9b3113829af773950d8ab5
specs:
rack (2.2.0)
GIT
remote: https://github.com/rtomayko/posix-spawn
revision: 58465d2e213991f8afb13b984854a49fcdcc980c
@ -426,7 +433,6 @@ GEM
pundit (2.1.0)
activesupport (>= 3.0.0)
raabro (1.1.6)
rack (2.1.1)
rack-attack (6.2.2)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
@ -731,6 +737,7 @@ DEPENDENCIES
pry-rails (~> 0.3)
puma (~> 3.12)
pundit (~> 2.0)
rack!
rack-attack (~> 6.0)
rack-cors (~> 1.0)
rails (~> 5.2.3)