bump uglifier
This commit is contained in:
parent
e4f2c7128f
commit
83ab708d44
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -103,7 +103,7 @@ group :assets do
|
||||||
|
|
||||||
# Compression
|
# Compression
|
||||||
|
|
||||||
gem 'uglifier', '1.3.0'
|
gem 'uglifier', '2.0.1'
|
||||||
|
|
||||||
# JavaScript
|
# JavaScript
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -388,7 +388,7 @@ GEM
|
||||||
typhoeus (0.3.3)
|
typhoeus (0.3.3)
|
||||||
mime-types
|
mime-types
|
||||||
tzinfo (0.3.37)
|
tzinfo (0.3.37)
|
||||||
uglifier (1.3.0)
|
uglifier (2.0.1)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
multi_json (~> 1.0, >= 1.0.2)
|
multi_json (~> 1.0, >= 1.0.2)
|
||||||
unicorn (4.6.2)
|
unicorn (4.6.2)
|
||||||
|
|
@ -478,7 +478,7 @@ DEPENDENCIES
|
||||||
timecop (= 0.6.1)
|
timecop (= 0.6.1)
|
||||||
twitter (= 4.6.2)
|
twitter (= 4.6.2)
|
||||||
typhoeus (= 0.3.3)
|
typhoeus (= 0.3.3)
|
||||||
uglifier (= 1.3.0)
|
uglifier (= 2.0.1)
|
||||||
unicorn (= 4.6.2)
|
unicorn (= 4.6.2)
|
||||||
webmock (= 1.8.11)
|
webmock (= 1.8.11)
|
||||||
will_paginate (= 3.0.4)
|
will_paginate (= 3.0.4)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue