From a9a093ad9dabc5e2dcb0c0beaf1f28b266c78796 Mon Sep 17 00:00:00 2001 From: kares Date: Fri, 6 Dec 2024 14:41:08 +0100 Subject: [PATCH] [build] remove jar-dependencies due issues with 0.5.0 --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index ed1cc833..6f4de2aa 100644 --- a/Gemfile +++ b/Gemfile @@ -4,10 +4,6 @@ source 'https://rubygems.org' gemspec if defined? JRUBY_VERSION gem "rake", require: false - -# for less surprises with newer releases -gem 'jar-dependencies', '>= 0.3.11', platform: :jruby, require: false - gem 'mocha', '~> 1.4', '< 2.0' # NOTE: runit-maven-plugin will use it's own :