We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f5c20 commit cc1dc53Copy full SHA for cc1dc53
Gemfile
@@ -3,7 +3,7 @@
3
source "https://rubygems.org"
4
git_source(:github) { |name| "https://github.com/#{name}.git" }
5
6
-gem "jar-dependencies", "0.5.4" if RUBY_PLATFORM == "java"
+gem "jar-dependencies" if RUBY_PLATFORM == "java"
7
gem "rake", "~> 12.0"
8
9
ruby_version = Gem::Version.new(RUBY_VERSION)
0 commit comments