зеркало из https://github.com/github/ruby.git
[ruby/erb] Fix CI for JRuby
https://github.com/ruby/erb/commit/df642335b7
This commit is contained in:
Родитель
59a6caf83a
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче