We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75b24e3 + 1e148de commit d438bb2Copy full SHA for d438bb2
warbler.gemspec
@@ -30,7 +30,7 @@ bundle up all of your application files for deployment to a Java environment.}
30
31
gem.add_runtime_dependency 'rake', ['~> 13.0', '>= 13.0.3']
32
gem.add_runtime_dependency 'rexml', '~> 3.0'
33
- gem.add_runtime_dependency 'jruby-jars', ['>= 9.0.0']
+ gem.add_runtime_dependency 'jruby-jars', ['>= 9.4', '< 10.1']
34
gem.add_runtime_dependency 'jruby-rack', ['>= 1.1.1', '< 1.3']
35
gem.add_runtime_dependency 'rubyzip', '>= 3.0.0'
36
gem.add_runtime_dependency 'ostruct', '0.6.2'
0 commit comments