From 942c71fd70960f2fdf1919d9020997a56e817332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 00:13:29 +0000 Subject: [PATCH] Bump nokogiri from 1.10.8 to 1.13.6 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.13.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.8...v1.13.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 45534a7..17970cf 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'dotenv-rails', '2.7.4' # Misc gem 'rubystats', '0.3.0' gem 'RubySunrise', '0.3.1' -gem 'nokogiri', '1.10.8' +gem 'nokogiri', '1.13.6' gem 'dropbox-sdk-v2', '0.0.3' gem 'whenever', '0.10.0' gem 'inline_svg', '1.5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 4815ff2..5d790e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,16 +129,18 @@ GEM mail (2.7.1) mini_mime (>= 0.1.1) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.11.3) net-scp (2.0.0) net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) newrelic_rpm (4.8.0.341) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pg (0.21.0) public_suffix (3.1.1) + racc (1.6.0) rack (1.6.12) rack-test (0.6.3) rack (>= 1.0) @@ -234,7 +236,7 @@ DEPENDENCIES jquery-ui-rails (= 6.0.1) magnific-popup-rails (= 1.1.0) newrelic_rpm (= 4.8.0.341) - nokogiri (= 1.10.8) + nokogiri (= 1.13.6) pg (= 0.21.0) rails (= 4.2.11.1) react-rails (= 2.1.0)