Skip to content

Commit

Permalink
Fix jar-dependencies conflict with Jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
tungleduyxyz committed Dec 29, 2024
1 parent cbd06ab commit 233c71d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ group :development do
gem 'sprockets-rails'
end

# Temporary fix for JRuby 9.4.10.0 here: https://github.com/jruby/jruby/issues/7262
gem 'jar-dependencies', '~> 0.4.1' if defined?(JRUBY_VERSION)

# gem 'killbill-assets-ui', github: 'killbill/killbill-assets-ui', ref: 'main'
# gem 'killbill-assets-ui', path: '../killbill-assets-ui'
gem 'killbill-assets-ui'

0 comments on commit 233c71d

Please sign in to comment.