Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Security update to uglifier
  • Loading branch information
boffbowsh committed Sep 29, 2015
1 parent c4596b4 commit 5618e24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -67,7 +67,7 @@ gem 'sidekiq-statsd', '0.1.2'
group :assets do
gem "therubyracer", "0.12.1"
gem 'sass-rails', '3.2.6'
gem 'uglifier', '1.2.7'
gem 'uglifier', '2.7.2'
end

group :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -320,9 +320,9 @@ GEM
turn (0.9.6)
ansi
tzinfo (0.3.44)
uglifier (1.2.7)
uglifier (2.7.2)
execjs (>= 0.3.0)
multi_json (~> 1.3)
json (>= 1.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
Expand Down Expand Up @@ -400,7 +400,7 @@ DEPENDENCIES
therubyracer (= 0.12.1)
timecop (= 0.4.4)
turn (= 0.9.6)
uglifier (= 1.2.7)
uglifier (= 2.7.2)
unicorn (= 4.3.1)
webmock (= 1.8.7)
whenever

0 comments on commit 5618e24

Please sign in to comment.