mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Add branch to sass-rails and coffee-rails for apps generated with --dev or --edge options (3.2.x)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user