Skip to content

Commit a2c1372

Browse files
committed
Workaround JRuby's jar-dependencies error on CI
1 parent e2d4ac9 commit a2c1372

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ group :development do
1212
gem 'gettext'
1313
gem 'prism', '>= 0.30.0'
1414
end
15+
16+
# Workaround for https://github.com/mkristian/jar-dependencies/issues/86
17+
gem "jar-dependencies", "~> 0.4.0", platform: :jruby

0 commit comments

Comments
 (0)