From 14d2431bcec1a3b91646e80eef3016b01b60f45a Mon Sep 17 00:00:00 2001 From: kares Date: Mon, 12 Feb 2024 11:54:38 +0100 Subject: [PATCH] [build] make sure we can start on JRuby 9.4 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 447c9cd0..5960c9f7 100644 --- a/Gemfile +++ b/Gemfile @@ -11,4 +11,4 @@ gem 'jar-dependencies', '>= 0.3.11', require: false gem 'mocha', '~> 1.4', '< 2.0' # NOTE: runit-maven-plugin will use it's own : -gem 'test-unit', '2.5.5' +gem 'test-unit'