removing uglifier

pull/1/head
Jared Cosulich 8 years ago
parent 8a43bdeeba
commit 9229e1eebc

@ -16,7 +16,7 @@ gem 'puma', '~> 3.0'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 5.0.6'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# See https://github.com/rails/execjs#readme for more supported runtimes

@ -222,8 +222,6 @@ GEM
multi_json (>= 1.3.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.0.4)
execjs (>= 0.3.0, < 3)
warden (1.2.6)
rack (>= 1.0)
web-console (3.3.1)
@ -273,7 +271,6 @@ DEPENDENCIES
turbolinks (~> 5)
twilio-ruby (~> 4.11.1)
tzinfo-data
uglifier (>= 1.3.0)
web-console
BUNDLED WITH

Loading…
Cancel
Save