From 611cf3ec8c6206db7f38721b2cbc8519cc24bfdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 20:23:14 +0000 Subject: [PATCH] build(deps): bump nokogiri from 1.10.9 to 1.13.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.13.5. - [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.9...v1.13.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 79cd5c839..0364b2c3c 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 5.2.4' # Security updates #https://github.com/sparklemotion/nokogiri/issues/1892 -gem 'nokogiri', '~> 1.10.3' +gem 'nokogiri', '~> 1.13.5' # Rake is rubys make... performing tasks # locking in to latest major to fix API diff --git a/Gemfile.lock b/Gemfile.lock index 2ec983c96..e8b9079be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,15 +150,18 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.10.3) msgpack (1.3.3) mysql2 (0.5.3) nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.5) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) phantomjs-binaries (2.1.1.1) sys-uname (= 0.9.0) poltergeist (1.18.1) @@ -168,6 +171,7 @@ GEM public_suffix (4.0.4) pundit (1.1.0) activesupport (>= 3.0.0) + racc (1.6.0) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -311,7 +315,7 @@ DEPENDENCIES mime-types minitest (~> 5.10.3) mysql2 (~> 0.5.2) - nokogiri (~> 1.10.3) + nokogiri (~> 1.13.5) phantomjs-binaries (~> 2.1.1) poltergeist (~> 1.5) prototype-rails!