From 904ba91f79b118f4e278387820087502cd50842f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 05:59:43 +0000 Subject: [PATCH] Bump nokogiri from 1.13.10 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 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.13.10...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 17c2002a..55119b7d 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem "js-routes" # app server gem "puma" -gem "nokogiri", "~> 1.13" +gem "nokogiri", "~> 1.14" group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index 209c5519..3cc6bdf9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,7 @@ GEM mini_mime (>= 0.1.1) method_source (0.9.2) mini_mime (1.0.1) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.11.3) multi_json (1.13.1) multi_xml (0.6.0) @@ -144,12 +144,12 @@ GEM net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) nio4r (2.5.8) - nokogiri (1.13.10) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) puma (6.0.0) nio4r (~> 2.0) - racc (1.6.1) + racc (1.6.2) rack (2.2.3.1) rack-proxy (0.6.5) rack @@ -281,7 +281,7 @@ DEPENDENCIES js-routes listen mysql2 (~> 0.4.0) - nokogiri (~> 1.13) + nokogiri (~> 1.14) puma rails (= 5.1.6.2) react-rails