Tighten version constraint

This commit is contained in:
Takashi Kokubun 2015-11-11 22:14:43 +09:00
parent 76835d7f0b
commit 1a59d606df
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.add_dependency 'escape_utils'
spec.add_dependency 'haml', '>= 4.0', '<= 5.0'
spec.add_dependency 'haml', '>= 4.0.7', '< 5.0'
spec.add_dependency 'temple', '~> 0.7.6'
spec.add_dependency 'tilt', '~> 2.0'