Skip to content

Commit d438bb2

Browse files
authored
Merge pull request #578 from jruby/kares-patch-1
Proper JRuby at runtime requirement
2 parents 75b24e3 + 1e148de commit d438bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warbler.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bundle up all of your application files for deployment to a Java environment.}
3030

3131
gem.add_runtime_dependency 'rake', ['~> 13.0', '>= 13.0.3']
3232
gem.add_runtime_dependency 'rexml', '~> 3.0'
33-
gem.add_runtime_dependency 'jruby-jars', ['>= 9.0.0']
33+
gem.add_runtime_dependency 'jruby-jars', ['>= 9.4', '< 10.1']
3434
gem.add_runtime_dependency 'jruby-rack', ['>= 1.1.1', '< 1.3']
3535
gem.add_runtime_dependency 'rubyzip', '>= 3.0.0'
3636
gem.add_runtime_dependency 'ostruct', '0.6.2'

0 commit comments

Comments
 (0)