We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499f107 commit df64233Copy full SHA for df64233
erb.gemspec
@@ -27,7 +27,9 @@ Gem::Specification.new do |spec|
27
spec.executables = ['erb']
28
spec.require_paths = ['lib']
29
30
- spec.required_ruby_version = ">= 2.7.0"
+ if RUBY_ENGINE != 'jruby'
31
+ spec.required_ruby_version = '>= 2.7.0'
32
+ end
33
34
spec.add_dependency 'cgi', '>= 0.3.3'
35
end
0 commit comments