1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Drop obsoleted gemspec switch [ci skip]

This commit is contained in:
Takashi Kokubun 2019-09-08 16:29:27 +09:00
parent 77ae4caa25
commit c77d8a1c8d
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
if /java/ === RUBY_PLATFORM
spec.platform = 'java'
elsif RUBY_ENGINE != 'truffleruby'
else
spec.extensions = ['ext/hamlit/extconf.rb']
spec.required_ruby_version = '>= 2.1.0'
end