Pin jar-dependencies to 0.4.1

Fix JRuby CI error. Should be able to remove once JRuby is updated.
This commit is contained in:
Jordan Owens 2022-08-08 09:41:59 -04:00
parent c151864f19
commit 30f6325961
2 changed files with 3 additions and 0 deletions

View File

@ -51,3 +51,5 @@ gem 'slim', '~> 4'
gem 'yajl-ruby', platforms: [:ruby]
gem 'json', platforms: %i[jruby mri]
gem 'jar-dependencies', '= 0.4.1', platforms: [:jruby] # Gem::LoadError with jar-dependencies 0.4.2

View File

@ -13,6 +13,7 @@ group :development, :test do
gem 'json'
gem 'rdoc'
gem 'therubyrhino'
gem 'jar-dependencies', '= 0.4.1' # Gem::LoadError with jar-dependencies 0.4.2
end
platform :jruby, :ruby do