aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-06-30 18:12:37 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-06-30 18:12:49 -0300
commitfb44101bb207e0dd8b7125844a3db7dc08c537d8 (patch)
tree981b6944cbc0fb8d890993dbc4ab489fa1086ad8
parent9eabbabe74dbe2fb37374b39c1b6cc6c59ed9ea0 (diff)
downloadrails-fb44101bb207e0dd8b7125844a3db7dc08c537d8.tar.gz
rails-fb44101bb207e0dd8b7125844a3db7dc08c537d8.tar.bz2
rails-fb44101bb207e0dd8b7125844a3db7dc08c537d8.zip
Depend on edge version of coffee-rails
-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 55d0f29a15..daf9606fb3 100644
--- a/railties/lib/rails/generators/rails/app/templates/Gemfile
+++ b/railties/lib/rails/generators/rails/app/templates/Gemfile
@@ -11,7 +11,7 @@ source 'http://rubygems.org'
# in production environments by default.
group :assets do
gem 'sass-rails'
- gem 'coffee-rails'
+ gem 'coffee-rails', :git => 'git://github.com/rails/coffee-rails'
gem 'uglifier'
end