Skip to content

Commit 292edae

Browse files
committed
lock jar_dependencies to a version that should work with older JRubies
1 parent 3336fb8 commit 292edae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
gemspec
55

66
# for less surprises with newer releases
7-
gem 'jar-dependencies', '<= 0.3.7', :require => nil
7+
gem 'jar-dependencies', '~> 0.3.11', :require => nil
88

99
# for the rake task
1010
gem 'ruby-maven', ENV['RUBY_MAVEN_VERSION'] || '~> 3.3.8'

0 commit comments

Comments
 (0)