Removed uglifier from deprecated assets group

This commit is contained in:
Luke Barratt 2015-08-15 20:45:44 +01:00
parent ed95f1b3c7
commit 2dcc14b0a3

View file

@ -38,14 +38,11 @@ gem 'bourbon', '~> 3.1.8'
gem 'neat', '~> 1.6.0' gem 'neat', '~> 1.6.0'
gem 'haml', '~> 4.0.5' gem 'haml', '~> 4.0.5'
gem 'rails_autolink', '~> 1.1.5' gem 'rails_autolink', '~> 1.1.5'
gem 'uglifier', '~> 2.5.0'
# Legacy feature shims # Legacy feature shims
gem 'protected_attributes', '~> 1.1.3' gem 'protected_attributes', '~> 1.1.3'
group :assets do
gem 'uglifier', '~> 2.5.0'
end
group :development do group :development do
gem 'capistrano', '~> 3.1.0' gem 'capistrano', '~> 3.1.0'
gem 'capistrano-rbenv', '~> 2.0.2' gem 'capistrano-rbenv', '~> 2.0.2'