From 4438428a92e86279ad0123bf1461c2b2b8029226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 23:20:39 +0000 Subject: [PATCH] Bump nokogiri from 1.10.8 to 1.13.6 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.13.6. - [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.10.8...v1.13.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 667e081..ff2a2ee 100644 --- a/Gemfile +++ b/Gemfile @@ -20,4 +20,4 @@ group :development do gem "puppet-blacksmith" end -gem 'nokogiri', '~> 1.10' +gem 'nokogiri', '~> 1.13' diff --git a/Gemfile.lock b/Gemfile.lock index c6667ad..4512d0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitar (0.8) minitest (5.11.3) mocha (1.9.0) @@ -83,8 +83,11 @@ GEM net-ssh (5.2.0) net-telnet (0.1.1) netrc (0.11.0) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + nokogiri (1.13.6-x86_64-darwin) + racc (~> 1.4) open_uri_redirections (0.2.1) pathspec (0.2.1) pry (0.12.2) @@ -120,6 +123,7 @@ GEM pusher-client (0.6.2) json websocket (~> 1.0) + racc (1.6.0) rake (12.3.3) rb-readline (0.5.5) rest-client (2.0.2) @@ -187,7 +191,7 @@ DEPENDENCIES beaker beaker-rspec facter (>= 1.7.0) - nokogiri (~> 1.10) + nokogiri (~> 1.13) puppet (~> 5.5.0) puppet-blacksmith puppet-lint (>= 1.0.0)