Skip to content

Commit

Permalink
Merge pull request NUBIC#441 from NUBIC/haml-4
Browse files Browse the repository at this point in the history
Conservatively allow Haml 4.x. NUBIC#434. Closes NUBIC#434
  • Loading branch information
yoon committed Apr 5, 2013
2 parents 623954f + e348b73 commit 27d4526
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion surveyor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency('rails', '~> 3.0')
s.add_dependency('haml', '~> 3.1.3')
# '< 5.0' is to be conservative; once 5.0 comes out we should test with it and
# allow it if it works.
s.add_dependency('haml', '>= 3.1.3', '< 5.0')
s.add_dependency('sass')
s.add_dependency('fastercsv', '~> 1.5.4')
s.add_dependency('formtastic', '~> 2.1.0')
Expand Down

0 comments on commit 27d4526

Please sign in to comment.