compass/Gemfile
Chris Eppstein 183a67b0c0 Revert "Use the new Sass gem now."
This reverts commit 822f35148b.

Conflicts:

	Gemfile
2010-11-11 21:01:42 -08:00

11 lines
171 B
Ruby

source :rubygems
gem "compass", :path => "."
gem "cucumber"
gem "rspec"
gem "rails", "~>3.0.0.rc"
gem "compass-validator", "1.0.0"
gem "css_parser"
gem "sass"
gem "rcov"