From ca4dee337ba1c08fe08b287bd063f7caab3e4836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 05:19:10 +0000 Subject: [PATCH] Bump nokogiri from 1.11.0 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.0 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.11.0...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, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 371f6b3..ac60d84 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'nokogiri', '~> 1.11.0' +gem 'nokogiri', '~> 1.13.9' gem 'premailer', '~> 1.11', '>= 1.11.1' group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 9e82e34..2d7ac86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,17 +6,17 @@ GEM css_parser (1.7.1) addressable htmlentities (4.3.4) - mini_portile2 (2.5.0) + mini_portile2 (2.8.0) minitest (5.14.0) - nokogiri (1.11.0) - mini_portile2 (~> 2.5.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) racc (~> 1.4) premailer (1.11.1) addressable css_parser (>= 1.6.0) htmlentities (>= 4.0.0) public_suffix (4.0.3) - racc (1.5.2) + racc (1.6.0) rake (13.0.1) PLATFORMS @@ -24,7 +24,7 @@ PLATFORMS DEPENDENCIES minitest (~> 5.14.0) - nokogiri (~> 1.11.0) + nokogiri (~> 1.13.9) premailer (~> 1.11, >= 1.11.1) rake (~> 13.0.1)