changeset 244:1889f3155797

assets group is no more.
author Edho Arief <edho@myconan.net>
date Fri, 09 Aug 2013 08:42:01 +0000
parents f66e6e18d24b
children 8dfbf854fad3
files Gemfile
diffstat 1 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Fri Aug 09 08:40:10 2013 +0000
+++ b/Gemfile	Fri Aug 09 08:42:01 2013 +0000
@@ -11,16 +11,12 @@
 gem 'jruby-openssl', platforms: :jruby
 gem 'actionpack-page_caching'
 
-# Gems used only for assets and not required
-# in production environments by default.
-group :assets do
-  gem 'sass-rails', '~> 4.0.0.rc1'
+gem 'sass-rails', '~> 4.0.0.rc1'
 
-  gem 'uglifier'
-  gem 'anjlab-bootstrap-rails', require: 'bootstrap-rails'
+gem 'uglifier'
+gem 'anjlab-bootstrap-rails', require: 'bootstrap-rails'
 
-  gem 'therubyrhino', platforms: :jruby
-end
+gem 'therubyrhino', platforms: :jruby
 
 # To use ActiveModel has_secure_password
 # gem 'bcrypt-ruby', '~> 3.0.0'