aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-06-30 18:27:02 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-06-30 18:27:02 -0300
commit2ebc564394c5aec3d135e774dece6127147ba0c5 (patch)
tree1c4466686ce79d61619ea410d4bcde11cca7fc4c /railties/lib
parentfb44101bb207e0dd8b7125844a3db7dc08c537d8 (diff)
downloadrails-2ebc564394c5aec3d135e774dece6127147ba0c5.tar.gz
rails-2ebc564394c5aec3d135e774dece6127147ba0c5.tar.bz2
rails-2ebc564394c5aec3d135e774dece6127147ba0c5.zip
Depend on edge version of sass-rails
Diffstat (limited to 'railties/lib')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile
index daf9606fb3..d45430e6ac 100644
--- a/railties/lib/rails/generators/rails/app/templates/Gemfile
+++ b/railties/lib/rails/generators/rails/app/templates/Gemfile
@@ -10,7 +10,7 @@ source 'http://rubygems.org'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
- gem 'sass-rails'
+ gem 'sass-rails', :git => 'git://github.com/rails/sass-rails'
gem 'coffee-rails', :git => 'git://github.com/rails/coffee-rails'
gem 'uglifier'
end