Skip to content

Commit

Permalink
don't install Sass/SCSS on Ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Mar 11, 2012
1 parent 5e08364 commit 8024c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'
Expand Down

0 comments on commit 8024c34

Please sign in to comment.