From 30f6325961f73317dfddf0bcce7696883e5a4535 Mon Sep 17 00:00:00 2001 From: Jordan Owens Date: Mon, 8 Aug 2022 09:41:59 -0400 Subject: [PATCH] Pin jar-dependencies to 0.4.1 Fix JRuby CI error. Should be able to remove once JRuby is updated. --- Gemfile | 2 ++ sinatra-contrib/Gemfile | 1 + 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index e6df8430..40261cd1 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/sinatra-contrib/Gemfile b/sinatra-contrib/Gemfile index 4acb6df0..f0ae875c 100644 --- a/sinatra-contrib/Gemfile +++ b/sinatra-contrib/Gemfile @@ -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