Skip to content

Commit

Permalink
Merge pull request #9420 from robertomiranda/remove-sprockets-rails
Browse files Browse the repository at this point in the history
Remove sprockets-rails from the Gemfile generator
  • Loading branch information
guilleiguaran committed Feb 25, 2013
2 parents 25f90a4 + ed6d8f0 commit 46bb302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion railties/lib/rails/generators/app_base.rb
Expand Up @@ -196,7 +196,6 @@ def assets_gemfile_entry
# Gems used only for assets and not required # Gems used only for assets and not required
# in production environments by default. # in production environments by default.
group :assets do group :assets do
gem 'sprockets-rails', '~> 2.0.0.rc3'
gem 'sass-rails', '~> 4.0.0.beta' gem 'sass-rails', '~> 4.0.0.beta'
gem 'coffee-rails', '~> 4.0.0.beta' gem 'coffee-rails', '~> 4.0.0.beta'
Expand Down

0 comments on commit 46bb302

Please sign in to comment.