bump uglifier
This commit is contained in:
parent
dda4e52aac
commit
38ee2f5faf
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -125,7 +125,7 @@ group :assets do
|
|||
|
||||
# Compression
|
||||
|
||||
gem 'uglifier', '2.1.2'
|
||||
gem 'uglifier', '2.5.0'
|
||||
|
||||
# JavaScript
|
||||
|
||||
|
|
|
|||
|
|
@ -443,9 +443,9 @@ GEM
|
|||
typhoeus (0.6.8)
|
||||
ethon (>= 0.7.0)
|
||||
tzinfo (0.3.39)
|
||||
uglifier (2.1.2)
|
||||
uglifier (2.5.0)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (~> 1.0, >= 1.0.2)
|
||||
json (>= 1.8.0)
|
||||
unicorn (4.8.0)
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
|
|
@ -547,7 +547,7 @@ DEPENDENCIES
|
|||
timecop (= 0.7.1)
|
||||
twitter (= 4.8.1)
|
||||
typhoeus (= 0.6.8)
|
||||
uglifier (= 2.1.2)
|
||||
uglifier (= 2.5.0)
|
||||
unicorn (= 4.8.0)
|
||||
uuid (= 2.3.7)
|
||||
webmock (= 1.16.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue