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:
parent
3b5ff3ff92
commit
04a93e2d33
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue