Skip to content

Commit

Permalink
Upgrade uglifier to address security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robbkidd committed Nov 2, 2015
1 parent f407900 commit d16403b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -58,7 +58,7 @@ gem 'sentry-raven', '~> 0.13.3', require: false
gem 'sass-rails', '~> 4.0.4'
gem 'sass-globbing'
gem 'compass-rails'
gem 'uglifier', '~> 2.2'
gem 'uglifier', '~> 2.7'

group :doc do
gem 'yard', require: false
Expand Down
9 changes: 3 additions & 6 deletions Gemfile.lock
Expand Up @@ -120,7 +120,7 @@ GEM
dotenv-deployment (0.0.2)
equalizer (0.0.9)
erubis (2.7.0)
execjs (2.2.1)
execjs (2.6.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
faker (1.4.3)
Expand Down Expand Up @@ -382,7 +382,7 @@ GEM
tomlrb (1.1.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.5.3)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicorn (4.8.3)
Expand Down Expand Up @@ -470,7 +470,7 @@ DEPENDENCIES
sprockets (~> 2.11.3)
statsd-ruby
tomlrb
uglifier (~> 2.2)
uglifier (~> 2.7)
unicorn
unicorn-rails
utf8-cleaner
Expand All @@ -480,6 +480,3 @@ DEPENDENCIES
webmock
yajl-ruby
yard

BUNDLED WITH
1.10.6

0 comments on commit d16403b

Please sign in to comment.