Skip to content

Commit

Permalink
Try to fix CI for JRuby 9.3/9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Dec 18, 2024
1 parent 51fb6fd commit f00f17d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f00f17d

Please sign in to comment.