Commit bc761cd2e6511dc5f0b22b23a7f1841671a71331

Authored by Brian van Burken
1 parent e4ba2b7a
Exists in master and in 1 other branch production

Remove group :assets for Rails 4.

Showing 1 changed file with 8 additions and 10 deletions   Show diff stats
Gemfile
... ... @@ -104,13 +104,11 @@ end
104 104  
105 105 # Gems used only for assets and not required
106 106 # in production environments by default.
107   -group :assets do
108   - gem 'execjs'
109   - gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows
110   - gem 'uglifier', '>= 1.0.3'
111   - # We can't upgrade because not compatible to jquery >= 1.9.
112   - # To do that, we need fix the rails.js
113   - gem 'jquery-rails', '~> 2.1.4'
114   - gem 'pjax_rails'
115   - gem 'underscore-rails'
116   -end
  107 +gem 'execjs'
  108 +gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows
  109 +gem 'uglifier', '>= 1.0.3'
  110 +# We can't upgrade because not compatible to jquery >= 1.9.
  111 +# To do that, we need fix the rails.js
  112 +gem 'jquery-rails', '~> 2.1.4'
  113 +gem 'pjax_rails'
  114 +gem 'underscore-rails'
... ...