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