Skip to content

Commit

Permalink
Address security alert for gem uglifier
Browse files Browse the repository at this point in the history
  • Loading branch information
fstar-dev committed Sep 15, 2015
1 parent e3c1a07 commit fc1da7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/dummy/Gemfile
Expand Up @@ -8,7 +8,7 @@ gem 'sqlite3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# 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/rails/execjs#readme for more supported runtimes
Expand Down
6 changes: 3 additions & 3 deletions spec/dummy/Gemfile.lock
Expand Up @@ -158,7 +158,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)
web-console (2.2.1)
Expand Down Expand Up @@ -189,8 +189,8 @@ DEPENDENCIES
spring
sqlite3
turbolinks
uglifier (>= 1.3.0)
uglifier (>= 2.7.2)
web-console (~> 2.0)

BUNDLED WITH
1.10.5
1.10.6

0 comments on commit fc1da7e

Please sign in to comment.