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

Apparently 2.2.8 did not get the thread interrupt queue backport

This commit is contained in:
Nate Berkopec 2017-11-16 15:54:07 -06:00
parent ac7106e96d
commit 998882ed40
No known key found for this signature in database
GPG key ID: 2358919275D3081C

View file

@ -13,6 +13,6 @@ gem "jruby-openssl", :platform => "jruby"
gem "rubocop", "~> 0.49.1"
if %w(2.2.7 2.3.4 2.4.1).include? RUBY_VERSION
if %w(2.2.8 2.3.4 2.4.1).include? RUBY_VERSION
gem "stopgap_13632", "~> 1.0", :platforms => ["mri", "mingw", "x64_mingw"]
end