Merge pull request #1810 from sinatra/fix-ci-bundler

Pin jar-dependencies to 0.4.1
This commit is contained in:
Jordan Owens 2022-08-09 00:18:56 -04:00 committed by GitHub
commit 815b69fe25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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