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

specify required ruby version >= 1.9.2

This commit is contained in:
Tee Parham 2013-05-22 22:49:48 -06:00 committed by Norman Clarke
parent 3b5ff3ff92
commit 04a93e2d33

View file

@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
spec.test_files = Dir["test/**/*_test.rb"]
spec.license = "MIT"
spec.required_ruby_version = '>=1.9.2'
spec.add_dependency "tilt"
spec.add_development_dependency 'rails', '>= 3.0.0'