From 114a337ab5a72cd9076c79db8bb99618a1b94585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 03:41:53 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.10.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 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.10.4...v1.10.10) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c51be3b..f1d71e7 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.3.7' -gem 'nokogiri', '~> 1.6', '>= 1.6.8' +gem 'nokogiri', '~> 1.10' gem 'pry', '~> 0.10.4' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' diff --git a/Gemfile.lock b/Gemfile.lock index 6c7f5b4..c6dfc98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,7 @@ GEM minitest (5.12.2) msgpack (1.3.1) nio4r (2.5.2) - nokogiri (1.10.4) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pry (0.10.4) coderay (~> 1.1.0) @@ -143,7 +143,7 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug listen (>= 3.0.5, < 3.2) - nokogiri (~> 1.6, >= 1.6.8) + nokogiri (~> 1.10) pry (~> 0.10.4) puma (~> 3.11) rack-cors