Skip to content

Commit

Permalink
Change compass dependency to haml 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Jul 6, 2009
1 parent 78d9461 commit a6bc874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -45,7 +45,7 @@ begin
gemspec.description = "Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS."
gemspec.authors = ["Chris Eppstein"]
gemspec.has_rdoc = false
gemspec.add_dependency('haml-edge', '>= 2.1.12')
gemspec.add_dependency('haml', '>= 2.2.0')
gemspec.files = []
gemspec.files << "CHANGELOG.markdown"
gemspec.files << "README.markdown"
Expand Down

0 comments on commit a6bc874

Please sign in to comment.