From 5c4108363377552b67834595e814954b441a14cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 04:15:06 +0000 Subject: [PATCH] Bump nokogiri from 1.10.5 to 1.10.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 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.5...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 271cd49..6dc738e 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'jbuilder', '~> 2.7' # gem 'image_processing', '~> 1.2' gem 'slim-rails', '~> 3.2' gem 'httparty', '~> 0.17.1' -gem 'nokogiri', '~> 1.10', '>= 1.10.5' +gem 'nokogiri', '~> 1.10' gem 'rack' # Reduces boot times through caching; required in config/boot.rb diff --git a/Gemfile.lock b/Gemfile.lock index d6fea43..9dcc00a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM msgpack (1.3.1) multi_xml (0.6.0) nio4r (2.5.2) - nokogiri (1.10.5) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pg (1.1.4) public_suffix (4.0.1) @@ -221,7 +221,7 @@ DEPENDENCIES httparty (~> 0.17.1) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) - nokogiri (~> 1.10, >= 1.10.5) + nokogiri (~> 1.10) pg (>= 0.18, < 2.0) puma (~> 4.1) rack