# HG changeset patch # User Edho Arief # Date 1376037721 0 # Node ID 1889f31557975e05e9967ad97f6d72666ee93162 # Parent f66e6e18d24b672c457d7b575e94fe509ec0629f assets group is no more. diff -r f66e6e18d24b -r 1889f3155797 Gemfile --- 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'