1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Gemfile - update Rack to >= 1.6.13 (#2682)

This commit is contained in:
MSP-Greg 2021-08-23 12:12:00 -05:00 committed by GitHub
parent af3675b2ee
commit e71b60cd32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ gem "rake-compiler", "~> 1.1.1"
gem "json", "~> 2.3"
gem "nio4r", "~> 2.0"
gem "rack", "~> 1.6"
gem "rack", ">= 1.6.13"
gem "minitest", "~> 5.11"
gem "minitest-retry"
gem "minitest-proveit"