Skip to content

Commit 1e148de

Browse files
authored
Proper JRuby at runtime requirement
This will effectively declare the proper JRuby version at runtime. Building and running Ruby version might be completely different with Warbler, that's why b7b47b7 won't have the proper effect.
1 parent 75b24e3 commit 1e148de

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)