Skip to content

Commit

Permalink
Merge pull request #690 from freerange/workaround-for-jruby-jar-depen…
Browse files Browse the repository at this point in the history
…dencies-issue

Workaround for JRuby jar-dependencies issue
  • Loading branch information
floehopper authored Dec 7, 2024
2 parents 5f660dc + 3127e00 commit bc144ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ if RUBY_VERSION >= '2.2.0'
gem 'jaro_winkler', '>= 1.5.5'
gem 'rubocop', '> 0.56', '<= 0.58.2'
end
if RUBY_ENGINE == 'jruby'
# Workaround for https://github.com/jruby/jruby/issues/8488
gem 'jar-dependencies', '~> 0.4.1'
end
if ENV['MOCHA_GENERATE_DOCS']
gem 'redcarpet'
gem 'yard'
Expand Down

0 comments on commit bc144ae

Please sign in to comment.