Allow Haml 4 on master too

This commit is contained in:
Ben Hollis 2013-03-02 23:34:57 -08:00
parent 4745418200
commit cda8bd759d

View file

@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency("middleman-core", Middleman::VERSION)
s.add_dependency("uglifier", ["~> 1.2.6"])
s.add_dependency("haml", [">= 3.1.6", "< 4.0.0"])
s.add_dependency("haml", [">= 3.1.6"])
s.add_dependency("sass", [">= 3.1.20"])
s.add_dependency("compass", [">= 0.12.2"])
s.add_dependency("coffee-script", ["~> 2.2.0"])