From 1d6404a7b5396bed7525e1e8b9a9030301dc343a Mon Sep 17 00:00:00 2001 From: Grey Baker Date: Wed, 7 Nov 2018 00:58:32 +0000 Subject: [PATCH] [Security] Bump nokogiri from 1.8.2 to 1.8.5 (#1026) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.8.5. **This update includes security fixes.** - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.2...v1.8.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 79d41ff..6c8967f 100644 --- a/Gemfile +++ b/Gemfile @@ -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.8.2' +gem 'nokogiri', '~> 1.8.5' diff --git a/Gemfile.lock b/Gemfile.lock index eebb95a..cff46a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM rouge (~> 2.0) mini_portile2 (2.3.0) minitest (5.10.1) - nokogiri (1.8.2) + nokogiri (1.8.5) mini_portile2 (~> 2.3.0) padrino-helpers (0.13.3.3) i18n (~> 0.6, >= 0.6.7) @@ -118,7 +118,7 @@ DEPENDENCIES middleman-autoprefixer (~> 2.7.0) middleman-sprockets (~> 4.1.0) middleman-syntax (~> 3.0.0) - nokogiri (~> 1.8.2) + nokogiri (~> 1.8.5) redcarpet (~> 3.4.0) rouge (~> 2.0.5)