From 2ec4c127b4243d61ab33df461640b964716b9d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 20:20:03 +0000 Subject: [PATCH] Bump nokogiri from 1.8.2 to 1.10.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.10.10. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.2...v1.10.10) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 908d7d56d..e321386c1 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'bio', '1.4.3' ## gem "sequel" ## gem "mysql2" -gem 'nokogiri', "~> 1.8" +gem 'nokogiri', "~> 1.10" gem "paperclip", "~> 4.1" gem "paperclip_database", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 1e645e14f..6ad29b6f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,12 +124,12 @@ GEM metaclass (0.0.4) mime-types (1.25.1) mimemagic (0.3.0) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) mocha (1.3.0) metaclass (~> 0.0.1) multi_json (1.13.1) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) orm_adapter (0.0.7) paperclip (4.3.7) activemodel (>= 3.2.0) @@ -267,7 +267,7 @@ DEPENDENCIES launchy (= 2.0.5) letter_opener mocha (= 1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.10) paperclip (~> 4.1) paperclip_database (~> 2.0) parallel_tests (= 0.8.1)