From bc761cd2e6511dc5f0b22b23a7f1841671a71331 Mon Sep 17 00:00:00 2001 From: Brian van Burken Date: Tue, 23 Dec 2014 11:19:26 +0100 Subject: [PATCH] Remove group :assets for Rails 4. --- Gemfile | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 54b244d..b82d06c 100644 --- a/Gemfile +++ b/Gemfile @@ -104,13 +104,11 @@ end # Gems used only for assets and not required # in production environments by default. -group :assets do - gem 'execjs' - gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows - gem 'uglifier', '>= 1.0.3' - # We can't upgrade because not compatible to jquery >= 1.9. - # To do that, we need fix the rails.js - gem 'jquery-rails', '~> 2.1.4' - gem 'pjax_rails' - gem 'underscore-rails' -end +gem 'execjs' +gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows +gem 'uglifier', '>= 1.0.3' +# We can't upgrade because not compatible to jquery >= 1.9. +# To do that, we need fix the rails.js +gem 'jquery-rails', '~> 2.1.4' +gem 'pjax_rails' +gem 'underscore-rails' -- libgit2 0.21.2