Skip to content

Commit eea6612

Browse files
committed
Allow Haml 5.0.0
Haml 5.0.0.beta.2 has been out for a while and it packs some interesting fixes that can't be tested until haml-rails allows for it
1 parent 6292b82 commit eea6612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haml-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515
s.rubyforge_project = "haml-rails"
1616
s.required_rubygems_version = ">= 1.3.6"
1717

18-
s.add_dependency "haml", [">= 4.0.6", "< 5.0"]
18+
s.add_dependency "haml", [">= 4.0.6", "< 6.0"]
1919
s.add_dependency "activesupport", [">= 4.0.1"]
2020
s.add_dependency "actionpack", [">= 4.0.1"]
2121
s.add_dependency "railties", [">= 4.0.1"]

0 commit comments

Comments
 (0)