From 1efe4905b8221107b1a84be4e8ff3ee50db9ffec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 20:47:24 +0000 Subject: [PATCH] chore(deps): bump nokogiri from 1.7.1 to 1.10.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.7.1 to 1.10.10. - [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.7.1...v1.10.10) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 59984a1..19b1ce8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "http://rubygems.org" gem 'premailer', '~> 1.10.3' -gem 'nokogiri', '~> 1.7.1' +gem 'nokogiri', '~> 1.10.10' diff --git a/Gemfile.lock b/Gemfile.lock index 5bdbcf6..b03d960 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,9 +6,9 @@ GEM css_parser (1.5.0) addressable htmlentities (4.3.4) - mini_portile2 (2.1.0) - nokogiri (1.7.1) - mini_portile2 (~> 2.1.0) + mini_portile2 (2.4.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) premailer (1.10.3) addressable css_parser (>= 1.4.10) @@ -19,7 +19,7 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.7.1) + nokogiri (~> 1.10.10) premailer (~> 1.10.3) BUNDLED WITH