Skip to content

Commit b7b47b7

Browse files
committed
build: Declare compatibility only with Ruby 3.1/JRuby 9.4
1 parent 1c61384 commit b7b47b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

warbler.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ bundle up all of your application files for deployment to a Java environment.}
2626

2727
gem.rdoc_options = ["--main", "README.rdoc", "-H", "-f", "darkfish"]
2828

29-
gem.required_ruby_version = ">= 2.5"
29+
gem.required_ruby_version = ">= 3.1"
3030

31-
gem.add_runtime_dependency 'rake', ['>= 13.0.3']
31+
gem.add_runtime_dependency 'rake', ['~> 13.0', '>= 13.0.3']
3232
gem.add_runtime_dependency 'rexml', '~> 3.0'
3333
gem.add_runtime_dependency 'jruby-jars', ['>= 9.0.0']
3434
gem.add_runtime_dependency 'jruby-rack', ['>= 1.1.1', '< 1.3']

0 commit comments

Comments
 (0)