[ruby/erb] Fix CI for JRuby
https://github.com/ruby/erb/commit/df642335b7
This commit is contained in:
parent
59a6caf83a
commit
c24800f4f7
@ -27,7 +27,9 @@ Gem::Specification.new do |spec|
|
||||
spec.executables = ['erb']
|
||||
spec.require_paths = ['lib']
|
||||
|
||||
spec.required_ruby_version = ">= 2.7.0"
|
||||
if RUBY_ENGINE != 'jruby'
|
||||
spec.required_ruby_version = '>= 2.7.0'
|
||||
end
|
||||
|
||||
spec.add_dependency 'cgi', '>= 0.3.3'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user