We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd204ec commit 3cbd503Copy full SHA for 3cbd503
Gemfile
@@ -3,5 +3,8 @@ source 'https://rubygems.org'
3
# Specify your gem's dependencies in the gemspec
4
gemspec
5
6
+# for less surprises with newer releases
7
+gem 'jar-dependencies', '<= 0.3.7', :require => nil
8
+
9
# for the rake task
10
gem 'ruby-maven', ENV['RUBY_MAVEN_VERSION'] || '~> 3.3.8'
0 commit comments