From df5b6d71845f913067c7c1a5564d0119571d61aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 08:30:06 +0000 Subject: [PATCH] Bump nokogiri from 1.5.0 to 1.11.0 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.0 to 1.11.0. - [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.5.0...v1.11.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a17c029..767b631 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :default do gem 'fastercsv', '1.5.4' gem 'whenever', '0.7.3' gem 'unicorn', '4.2.0' - gem 'nokogiri', '1.5.0' + gem 'nokogiri', '1.11.0' gem 'delayed_job_active_record', '0.3.2' gem 'daemons', '1.1.8' gem 'therubyracer', '0.10.1' diff --git a/Gemfile.lock b/Gemfile.lock index 59f7840..9a98ba4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,6 +113,7 @@ GEM mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.19) + mini_portile2 (2.5.0) multi_json (1.2.0) mysql2 (0.3.11) net-scp (1.0.4) @@ -123,9 +124,12 @@ GEM net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) newrelic_rpm (3.5.5.38) - nokogiri (1.5.0) + nokogiri (1.11.0) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) orm_adapter (0.0.7) polyglot (0.3.3) + racc (1.5.2) rack (1.3.8) rack-cache (1.2) rack (>= 0.4) @@ -243,7 +247,7 @@ DEPENDENCIES kaminari (= 0.12.4) mysql2 (= 0.3.11) newrelic_rpm - nokogiri (= 1.5.0) + nokogiri (= 1.11.0) rails (= 3.1.10) rails_admin (= 0.0.5) responders (= 0.6.4)