Skip to content

Commit

Permalink
Don't test Maruku in CI on JRuby 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed May 22, 2024
1 parent adc1ba3 commit ac9640c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .ci.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ else
gem 'kramdown'
end

if RUBY_VERSION < '2.4' && RUBY_ENGINE == 'jruby'
# Don't install pandoc or maruku
else
unless RUBY_VERSION < '2.4' && RUBY_ENGINE == 'jruby'
gem 'pandoc-ruby'
end

unless RUBY_VERSION < '2.6' && RUBY_ENGINE == 'jruby'
gem 'maruku'
end

Expand Down

0 comments on commit ac9640c

Please sign in to comment.