From 0c21beb0c1ea47159b1c11ea307d180098f27f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 05:38:29 +0000 Subject: [PATCH] Bump nokogiri from 1.11.4 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.14.3. - [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.4...v1.14.3) --- 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 f4c0cbb..24cdca7 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'chronic', '~> 0.10.2' gem 'cloudinary' gem 'github-linguist', '~> 5.3' gem 'licensee', '~> 9.9' -gem 'nokogiri', '1.11.4' +gem 'nokogiri', '1.14.3' gem 'octokit', '~> 4.8' gem 'rack', '>= 2.0.6' gem 'rest-client', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 81241b1..7c51da1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,15 +90,15 @@ GEM mime-types (3.3) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - mini_portile2 (2.5.1) + mini_portile2 (2.8.1) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.1.1) mustermann (1.0.3) naught (1.1.0) netrc (0.11.0) - nokogiri (1.11.4) - mini_portile2 (~> 2.5.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) racc (~> 1.4) octokit (4.8.0) sawyer (~> 0.8.0, >= 0.5.3) @@ -110,7 +110,7 @@ GEM byebug (~> 11.0) pry (~> 0.10) public_suffix (4.0.1) - racc (1.5.2) + racc (1.6.2) rack (2.1.4.3) rack-protection (2.0.2) rack @@ -202,7 +202,7 @@ DEPENDENCIES cloudinary github-linguist (~> 5.3) licensee (~> 9.9) - nokogiri (= 1.11.4) + nokogiri (= 1.14.3) octokit (~> 4.8) pry-byebug rack (>= 2.0.6)