bump uglifier
This commit is contained in:
parent
c1635b34d6
commit
06ca713d38
2 changed files with 3 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -105,7 +105,7 @@ group :assets do
|
||||||
|
|
||||||
# Compression
|
# Compression
|
||||||
|
|
||||||
gem 'uglifier', '2.0.1'
|
gem 'uglifier', '2.1.1'
|
||||||
|
|
||||||
# JavaScript
|
# JavaScript
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -391,7 +391,7 @@ GEM
|
||||||
typhoeus (0.6.3)
|
typhoeus (0.6.3)
|
||||||
ethon (~> 0.5.11)
|
ethon (~> 0.5.11)
|
||||||
tzinfo (0.3.37)
|
tzinfo (0.3.37)
|
||||||
uglifier (2.0.1)
|
uglifier (2.1.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)
|
||||||
|
|
@ -485,6 +485,7 @@ DEPENDENCIES
|
||||||
twitter (= 4.6.2)
|
twitter (= 4.6.2)
|
||||||
typhoeus (= 0.6.3)
|
typhoeus (= 0.6.3)
|
||||||
uglifier (= 2.0.1)
|
uglifier (= 2.0.1)
|
||||||
|
uglifier (= 2.1.1)
|
||||||
unicorn (= 4.6.2)
|
unicorn (= 4.6.2)
|
||||||
webmock (= 1.11.0)
|
webmock (= 1.11.0)
|
||||||
will_paginate (= 3.0.4)
|
will_paginate (= 3.0.4)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue