Skip to content

Commit

Permalink
Update dependency nokogiri from 1.6.8.1 to 1.8.2
Browse files Browse the repository at this point in the history
This is to address a vulnerability, for further details:
sparklemotion/nokogiri#1673
  • Loading branch information
matthewhughes112 committed Apr 11, 2018
1 parent 294c250 commit c1094df
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,4 +8,4 @@ gem 'middleman-autoprefixer', '~> 2.7.0'
gem "middleman-sprockets", "~> 4.1.0"
gem 'rouge', '~> 2.0.5'
gem 'redcarpet', '~> 3.4.0'
gem 'nokogiri', '~> 1.6.8'
gem 'nokogiri', '~> 1.8.2'
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ GEM
middleman-syntax (3.0.0)
middleman-core (>= 3.2)
rouge (~> 2.0)
mini_portile2 (2.1.0)
mini_portile2 (2.3.0)
minitest (5.10.1)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
padrino-helpers (0.13.3.3)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3.3)
Expand Down Expand Up @@ -118,12 +118,12 @@ DEPENDENCIES
middleman-autoprefixer (~> 2.7.0)
middleman-sprockets (~> 4.1.0)
middleman-syntax (~> 3.0.0)
nokogiri (~> 1.6.8)
nokogiri (~> 1.8.2)
redcarpet (~> 3.4.0)
rouge (~> 2.0.5)

RUBY VERSION
ruby 2.3.3p222

BUNDLED WITH
1.14.5
1.16.1

0 comments on commit c1094df

Please sign in to comment.