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

Constrain rake-compiler version to 0.9.4

Fixes: #2301

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
This commit is contained in:
Utkarsh Gupta 2020-07-08 23:10:22 +05:30
parent e2b4193411
commit a0de095055
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec
gem "rdoc"
gem "rake-compiler"
gem "rake-compiler", "~> 0.9.4"
gem "nio4r", "~> 2.0"
gem "rack", "~> 1.6"

View file

@ -1,6 +1,7 @@
### Master
* Bugfixes
* Resolve issue with threadpool waiting counter decrement when thread is killed
* Constrain rake-compiler version to 0.9.4 to fix `ClassNotFound` exception when using MiniSSL with Java8.
## 5.0.0