From 77824e5d5ab081206574544aa70003fa6492375f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 22:15:24 +0000 Subject: [PATCH] Bump nokogiri from 1.10.8 to 1.11.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.4. - [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.11.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 ++++++++-------------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 667e081..3f8b807 100644 --- a/Gemfile +++ b/Gemfile @@ -20,4 +20,4 @@ group :development do gem "puppet-blacksmith" end -gem 'nokogiri', '~> 1.10' +gem 'nokogiri', '~> 1.11' diff --git a/Gemfile.lock b/Gemfile.lock index c6667ad..13d5c3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,6 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (2.3.6) addressable (2.4.0) backports (3.15.0) beaker (4.11.0) @@ -37,8 +36,6 @@ GEM ethon (0.12.0) ffi (>= 1.3.0) facter (2.5.5) - facter (2.5.5-universal-darwin) - CFPropertyList (~> 2.2) faraday (0.15.4) multipart-post (>= 1.2, < 3) faraday_middleware (0.13.1) @@ -68,7 +65,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.5.1) minitar (0.8) minitest (5.11.3) mocha (1.9.0) @@ -83,8 +80,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.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + nokogiri (1.11.4-x86_64-darwin) + racc (~> 1.4) open_uri_redirections (0.2.1) pathspec (0.2.1) pry (0.12.2) @@ -99,13 +99,6 @@ GEM hiera (>= 3.2.1, < 4) locale (~> 2.1) multi_json (~> 1.10) - puppet (5.5.16-universal-darwin) - CFPropertyList (~> 2.2) - facter (> 2.0.1, < 4) - fast_gettext (~> 1.1.2) - hiera (>= 3.2.1, < 4) - locale (~> 2.1) - multi_json (~> 1.10) puppet-blacksmith (4.1.2) rest-client (~> 2.0) puppet-lint (2.3.6) @@ -120,6 +113,7 @@ GEM pusher-client (0.6.2) json websocket (~> 1.0) + racc (1.5.2) rake (12.3.3) rb-readline (0.5.5) rest-client (2.0.2) @@ -187,7 +181,7 @@ DEPENDENCIES beaker beaker-rspec facter (>= 1.7.0) - nokogiri (~> 1.10) + nokogiri (~> 1.11) puppet (~> 5.5.0) puppet-blacksmith puppet-lint (>= 1.0.0)