From aed2349799fed2bc1ef5b56951cac6a26e7e8c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 02:28:10 +0000 Subject: [PATCH] chore(deps): bump nokogiri from 1.7.1 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.7.1 to 1.13.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.7.1...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 59984a1..195bb83 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.13.9' diff --git a/Gemfile.lock b/Gemfile.lock index 5bdbcf6..7e35417 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,20 +6,22 @@ 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.8.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) premailer (1.10.3) addressable css_parser (>= 1.4.10) htmlentities (>= 4.0.0) public_suffix (2.0.5) + racc (1.6.0) PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.7.1) + nokogiri (~> 1.13.9) premailer (~> 1.10.3) BUNDLED WITH