diff --git a/Gemfile b/Gemfile index 4a6f12ca5..4c3a57a83 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |name| "https://github.com/#{name}.git" } -gem "jar-dependencies", "0.5.4" if RUBY_PLATFORM == "java" +gem "jar-dependencies" if RUBY_PLATFORM == "java" gem "rake", "~> 12.0" ruby_version = Gem::Version.new(RUBY_VERSION)