From 995c076d34e87e52ec0f09697b9331cc021fce1b Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Mon, 6 Feb 2012 13:32:42 -0500 Subject: Add branch to sass-rails and coffee-rails for apps generated with --dev or --edge options (3.2.x) --- railties/lib/rails/generators/app_base.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties') diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb index aadb8b94da..4efb643d44 100644 --- a/railties/lib/rails/generators/app_base.rb +++ b/railties/lib/rails/generators/app_base.rb @@ -200,8 +200,8 @@ module Rails # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails', :git => 'git://github.com/rails/sass-rails.git' - gem 'coffee-rails', :git => 'git://github.com/rails/coffee-rails.git' + gem 'sass-rails', :git => 'git://github.com/rails/sass-rails.git', :branch => '3-2-stable' + gem 'coffee-rails', :git => 'git://github.com/rails/coffee-rails.git', :branch => '3-2-stable' # See https://github.com/sstephenson/execjs#readme for more supported runtimes #{javascript_runtime_gemfile_entry} -- cgit v1.2.3