aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-03-13 17:22:28 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-03-13 18:06:45 -0500
commite823c8bd6f34ef297393e0c543f55627f6165c87 (patch)
tree9909fc98473e317fb3d8b0a2ee85ab8e546e8f62 /railties/lib/rails
parent4b333812ad475d21124b02ed8fe40e78604ad84f (diff)
downloadrails-e823c8bd6f34ef297393e0c543f55627f6165c87.tar.gz
rails-e823c8bd6f34ef297393e0c543f55627f6165c87.tar.bz2
rails-e823c8bd6f34ef297393e0c543f55627f6165c87.zip
Add sprockets-rails to generated Gemfile. This should be reverted after sprockets-rails release on rubygems
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/app_base.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb
index 7c449657b5..f775004f16 100644
--- a/railties/lib/rails/generators/app_base.rb
+++ b/railties/lib/rails/generators/app_base.rb
@@ -189,6 +189,7 @@ module Rails
# Gems used only for assets and not required
# in production environments by default.
group :assets do
+ gem 'sprockets-rails', :git => 'https://github.com/rails/sprockets-rails.git'
gem 'sass-rails', :git => 'https://github.com/rails/sass-rails.git'
gem 'coffee-rails', :git => 'https://github.com/rails/coffee-rails.git'
@@ -202,6 +203,7 @@ module Rails
# Gems used only for assets and not required
# in production environments by default.
group :assets do
+ gem 'sprockets-rails', :git => 'https://github.com/rails/sprockets-rails.git'
gem 'sass-rails', '~> 4.0.0.beta'
gem 'coffee-rails', '~> 4.0.0.beta'