From f00f17d2ec76148fed4a0b5fc9bdebff2baea2e5 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Tue, 17 Dec 2024 22:51:45 -0800 Subject: [PATCH] Try to fix CI for JRuby 9.3/9.4 --- .ci.gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci.gemfile b/.ci.gemfile index 2298a49..aa513cb 100644 --- a/.ci.gemfile +++ b/.ci.gemfile @@ -50,6 +50,10 @@ unless RUBY_VERSION < '2.4' && RUBY_ENGINE == 'jruby' gem 'pandoc-ruby' end +if RUBY_ENGINE == 'jruby' && RUBY_VERSION >= '2.6' + gem 'jar-dependencies', '0.4.1' +end + if RUBY_ENGINE == 'jruby' gem 'haml', '< 6' else