1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #9989 from robertomiranda/group-assets

Update Gemfile since group assets doesn't exist anymore in Gemfile
This commit is contained in:
Guillermo Iguaran 2013-03-28 15:15:07 -07:00
commit 178a685799

View file

@ -4,18 +4,17 @@ gem 'rails', '4.0.0'
gem 'sqlite3'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sprockets-rails'
# Use SCSS for stylesheets
gem 'sass-rails'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'