Skip to content

Commit

Permalink
ci: try to get jruby green by pinning jar-dependencies
Browse files Browse the repository at this point in the history
As recommended in jruby/jruby#7262

I cannot adequately communicate how annoyed I am if I tried
  • Loading branch information
flavorjones committed Dec 24, 2024
1 parent 5402925 commit 2667912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ end
# Then re-run `bundle install`.
group :rdoc do
gem "rdoc", "6.10.0"
gem "jar-dependencies", "0.4.1" if RUBY_PLATFORM == "java" # https://github.com/jruby/jruby/issues/7262
end

0 comments on commit 2667912

Please sign in to comment.