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