Bump uglifier

This commit is contained in:
Dennis Schubert 2016-05-12 02:25:41 +02:00 committed by Jonne Haß
parent ca548ed034
commit a5533387be
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6
2 changed files with 4 additions and 5 deletions

View file

@ -41,7 +41,7 @@ gem "sidetiq", "0.6.3"
# Compression # Compression
gem "uglifier", "2.7.2" gem "uglifier", "3.0.0"
# Configuration # Configuration

View file

@ -771,9 +771,8 @@ GEM
ethon (>= 0.9.0) ethon (>= 0.9.0)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (2.7.2) uglifier (3.0.0)
execjs (>= 0.3.0) execjs (>= 0.3.0, < 3)
json (>= 1.8.0)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.2) unf_ext (0.0.7.2)
@ -923,7 +922,7 @@ DEPENDENCIES
twitter (= 5.16.0) twitter (= 5.16.0)
twitter-text (= 1.13.4) twitter-text (= 1.13.4)
typhoeus (= 1.0.2) typhoeus (= 1.0.2)
uglifier (= 2.7.2) uglifier (= 3.0.0)
unicorn (= 5.0.1) unicorn (= 5.0.1)
uuid (= 2.3.8) uuid (= 2.3.8)
webmock (= 1.22.6) webmock (= 1.22.6)