Skip to content

Commit

Permalink
Update uglifier gem due to vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Simić committed Aug 28, 2015
1 parent 2e4a3f6 commit be55a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -15,7 +15,7 @@ gem 'cancancan', '~> 1.10'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 5.0.3'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
gem 'uglifier', '>= 2.7.2'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -324,7 +324,7 @@ GEM
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unf (0.1.4)
Expand Down Expand Up @@ -395,7 +395,7 @@ DEPENDENCIES
spring
teaspoon-jasmine
timecop
uglifier (>= 1.3.0)
uglifier (>= 2.7.2)
unicorn
web-console (~> 2.1)
webmock
Expand Down

0 comments on commit be55a82

Please sign in to comment.