Skip to content

Commit

Permalink
[Security] Upgrade nokogiri to 1.10.4 (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored and lord committed Oct 20, 2019
1 parent b3a4f1f commit bc5b66f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ gem 'middleman-autoprefixer', '~> 2.7'
gem 'middleman-sprockets', '~> 4.1'
gem 'rouge', '~> 2.0.5'
gem 'redcarpet', '~> 3.4.0'
gem 'nokogiri', '~> 1.8.5'
gem 'nokogiri', '~> 1.10.4'
gem 'sass'
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ GEM
middleman-syntax (3.0.0)
middleman-core (>= 3.2)
rouge (~> 2.0)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3.4)
Expand Down Expand Up @@ -124,7 +124,7 @@ DEPENDENCIES
middleman-autoprefixer (~> 2.7)
middleman-sprockets (~> 4.1)
middleman-syntax (~> 3.0)
nokogiri (~> 1.8.5)
nokogiri (~> 1.10.4)
redcarpet (~> 3.4.0)
rouge (~> 2.0.5)
sass
Expand All @@ -133,4 +133,4 @@ RUBY VERSION
ruby 2.3.3p222

BUNDLED WITH
2.0.1
2.0.2

0 comments on commit bc5b66f

Please sign in to comment.