From cbe010ffba7f2a448b1322e0e826ec9f228fb497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 21:48:10 +0000 Subject: [PATCH] Bump nokogiri from 1.8.3 to 1.10.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.3 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.3...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 36b421c..e14397b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'friendly_id', '~> 5.1.0' gem 'jbuilder', '~> 2.5' gem 'jquery-rails' gem 'jquery_mask_rails', '~> 0.1.0' -gem 'nokogiri', '~> 1.8.1' +gem 'nokogiri', '~> 1.10.10' gem 'puma', '~> 3.0' gem 'rails', '~> 5.0.0', '>= 5.0.0.1' gem 'rubocop', require: false diff --git a/Gemfile.lock b/Gemfile.lock index e20dc37..758caa7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,12 +92,12 @@ GEM mini_mime (>= 0.1.1) method_source (0.9.0) mini_mime (1.0.0) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.11.3) multi_json (1.13.1) nio4r (2.3.1) - nokogiri (1.8.3) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) parallel (1.12.1) parser (2.5.1.0) ast (~> 2.4.0) @@ -225,7 +225,7 @@ DEPENDENCIES jquery-rails jquery_mask_rails (~> 0.1.0) listen (~> 3.0.5) - nokogiri (~> 1.8.1) + nokogiri (~> 1.10.10) pg puma (~> 3.0) rails (~> 5.0.0, >= 5.0.0.1)