From a0de09505567b5ed1020f9bfb99b5924ea13a167 Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Wed, 8 Jul 2020 23:10:22 +0530 Subject: [PATCH] Constrain rake-compiler version to 0.9.4 Fixes: #2301 Signed-off-by: Utkarsh Gupta --- Gemfile | 2 +- History.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 053d2cb0..521d91d8 100644 --- a/Gemfile +++ b/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" diff --git a/History.md b/History.md index 7a8ed7d6..991d7186 100644 --- a/History.md +++ b/History.md @@ -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