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:
parent
af3675b2ee
commit
e71b60cd32
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue