From c8011f76854064de38a0a9c99ee460faeffa91dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 00:07:21 +0000 Subject: [PATCH] Bump nokogiri from 1.10.8 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 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.10.8...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, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 974879dd..fca2dfe1 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'sinatra', '~> 2.0.7' gem 'sinatra-contrib', '~> 2.0.7' -gem 'nokogiri', '~> 1.10.8' +gem 'nokogiri', '~> 1.14.3' gem 'mongo', '~> 2.10.1' gem 'puma', '~> 4.3.5' diff --git a/Gemfile.lock b/Gemfile.lock index 3cfb959c..1b1701b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM concurrent-ruby (~> 1.0) json (2.3.1) method_source (0.9.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.1) mongo (2.10.1) bson (>= 4.4.2, < 5.0.0) multi_json (1.13.1) @@ -36,13 +36,15 @@ GEM net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) nio4r (2.5.2) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) puma (4.3.5) nio4r (~> 2.0) + racc (1.6.2) rack (2.2.3) rack-protection (2.0.7) rack @@ -95,7 +97,7 @@ DEPENDENCIES capistrano-rvm (~> 0.1.2) capistrano3-puma (~> 4.0.0) mongo (~> 2.10.1) - nokogiri (~> 1.10.8) + nokogiri (~> 1.14.3) pry (~> 0.12.2) puma (~> 4.3.5) rack-test (~> 1.1.0)