diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-06-30 18:12:37 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-06-30 18:12:49 -0300 |
commit | fb44101bb207e0dd8b7125844a3db7dc08c537d8 (patch) | |
tree | 981b6944cbc0fb8d890993dbc4ab489fa1086ad8 /railties/lib/rails | |
parent | 9eabbabe74dbe2fb37374b39c1b6cc6c59ed9ea0 (diff) | |
download | rails-fb44101bb207e0dd8b7125844a3db7dc08c537d8.tar.gz rails-fb44101bb207e0dd8b7125844a3db7dc08c537d8.tar.bz2 rails-fb44101bb207e0dd8b7125844a3db7dc08c537d8.zip |
Depend on edge version of coffee-rails
Diffstat (limited to 'railties/lib/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 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 |