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