Skip to content

Commit 4c2f6c3

Browse files
authored
Limit JRuby < 10 with 1.2.x
1 parent 408870e commit 4c2f6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ task :gem => [target_jar, target_jruby_rack, target_jruby_rack_version] do
175175
gem.email = ['[email protected]']
176176
gem.files = FileList["./**/*"].exclude("*.gem").map{ |f| f.sub(/^\.\//, '') }
177177
gem.homepage = %q{http://jruby.org}
178-
gem.required_ruby_version = '>= 2.6.0' # JRuby >= 9.3
178+
gem.required_ruby_version = ['>= 2.6.0', '< 3.2'] # JRuby >= 9.3 < 10
179179
end
180180

181181
require 'rubygems/package'

0 commit comments

Comments
 (0)