don't install Sass/SCSS on Ruby 2.0

This commit is contained in:
Konstantin Haase 2012-03-11 13:10:50 +01:00
parent 41365d2bd4
commit 3b620cb0d8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ repos = {'tilt' => github % "rtomayko/tilt", 'rack' => github % "rack/rack"}
end
gem 'haml', '>= 3.0'
gem 'sass'
gem 'sass' if RUBY_VERSION < "2.0"
gem 'builder'
gem 'erubis'
gem 'liquid'