diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-04-26 02:52:25 +0530 |
---|---|---|
committer | Arun Agrawal <arun@fromjaipur.com> | 2011-04-26 02:56:05 +0530 |
commit | 348b5b99380b245d45dd4a877546d1a90a85a94b (patch) | |
tree | 5f3e257c15127da0243232ae941c7847afebf8b5 /Gemfile | |
parent | 873c13fc0ddc35e64a6b3abc8bde9721bd12b6b7 (diff) | |
download | rails-348b5b99380b245d45dd4a877546d1a90a85a94b.tar.gz rails-348b5b99380b245d45dd4a877546d1a90a85a94b.tar.bz2 rails-348b5b99380b245d45dd4a877546d1a90a85a94b.zip |
Using sass directly as new version is out.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ gem "rack-test", :git => "git://github.com/brynary/rack-test.git" gem "sprockets", :git => "git://github.com/sstephenson/sprockets.git" gem "coffee-script" -gem "sass", ">= 3.0" +gem "sass" gem "uglifier" gem "rake", ">= 0.8.7" |