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

Drop support of Ruby 1.9

Closes #21.
This commit is contained in:
Takashi Kokubun 2015-04-19 14:01:07 +09:00
parent 39015b9c0c
commit 6ca14b072a

View file

@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.0.0"
spec.add_dependency "escape_utils"
spec.add_dependency "temple", "~> 0.7.3"