diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-06-30 18:27:02 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-06-30 18:27:02 -0300 |
commit | 2ebc564394c5aec3d135e774dece6127147ba0c5 (patch) | |
tree | 1c4466686ce79d61619ea410d4bcde11cca7fc4c | |
parent | fb44101bb207e0dd8b7125844a3db7dc08c537d8 (diff) | |
download | rails-2ebc564394c5aec3d135e774dece6127147ba0c5.tar.gz rails-2ebc564394c5aec3d135e774dece6127147ba0c5.tar.bz2 rails-2ebc564394c5aec3d135e774dece6127147ba0c5.zip |
Depend on edge version of sass-rails
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/Gemfile | 2 |
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 |