aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-04-17 11:44:52 +0200
committerJosé Valim <jose.valim@gmail.com>2011-04-17 11:44:52 +0200
commit3a68aec1a1c6329bfcbf0f87bdc2fbd75cb98feb (patch)
treedb2df7eaca91860f9ea6e57c0ef3b13b682cfc82 /Gemfile
parent8f75c3abcde4f2ff64e855178027e1bd93976de9 (diff)
downloadrails-3a68aec1a1c6329bfcbf0f87bdc2fbd75cb98feb.tar.gz
rails-3a68aec1a1c6329bfcbf0f87bdc2fbd75cb98feb.tar.bz2
rails-3a68aec1a1c6329bfcbf0f87bdc2fbd75cb98feb.zip
Make generators more modular, add hooks and improve test suite.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6e5247d2b5..a94f3689bc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,6 +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 "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"