From 827edefa858ca288e190d8995e9483730f570881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:16:48 +0000 Subject: [PATCH] Bump nokogiri from 1.10.10 to 1.15.6 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.15.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.10...v1.15.6) --- 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 3cdbab0..0c0aaf5 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'honeybadger', '~> 4.0' gem 'httparty' gem 'jbuilder' gem 'jquery-rails' -gem 'nokogiri', '~> 1.10.0', '>= 1.10.4' +gem 'nokogiri', '~> 1.15.6' gem 'puma', '~> 3.0' gem 'rails', '~> 5.2' gem 'rails-dbi' diff --git a/Gemfile.lock b/Gemfile.lock index 2f33c33..a3cfe10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,12 +144,13 @@ GEM railties (>= 3.0.0, < 7) method_source (0.8.2) mini_mime (1.1.1) - mini_portile2 (2.4.0) + mini_portile2 (2.8.5) minitest (5.14.4) multi_xml (0.6.0) nio4r (2.5.2) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -161,6 +162,7 @@ GEM pry (>= 0.9.10) public_suffix (4.0.6) puma (3.12.6) + racc (1.7.3) rack (2.2.3) rack-contrib (2.2.0) rack (~> 2.0) @@ -284,7 +286,7 @@ DEPENDENCIES jquery-rails listen (~> 3.1.0) meta_request - nokogiri (~> 1.10.0, >= 1.10.4) + nokogiri (~> 1.15.6) pry-byebug pry-rails puma (~> 3.0)