remove uglifier gem

This isn't currently used and won't be used in this way even once we
start using it.

Change-Id: Iba86bd4da6e7a7b08d5a73066f74994dbc667e51
Reviewed-on: https://gerrit.instructure.com/12596
Reviewed-by: Jon Jensen <jon@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
This commit is contained in:
Brian Palmer 2012-07-30 13:26:58 -06:00
parent a52af67fcf
commit 3e769e1a46
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ group :i18n_tools do
gem 'ruby_parser', '2.0.6'
gem 'sexp_processor', '3.0.5'
gem 'ya2yaml', '0.30'
gem 'uglifier'
end
group :redis do