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

Revert "Require nio4r >= 2.5 for dev/CI"

This reverts commit d41cb68364.
This commit is contained in:
Nate Berkopec 2019-10-11 11:16:12 +02:00
parent 4205bcd4ce
commit e8e4ad9ccd
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6

View file

@ -5,7 +5,7 @@ gemspec
gem "rdoc"
gem "rake-compiler"
gem "nio4r", "~> 2.5" # this is higher than gemspec because of https://github.com/puma/puma/issues/2005
gem "nio4r", "~> 2.0"
gem "rack", "< 3.0"
gem "minitest", "~> 5.11"
gem "minitest-retry"