From 636e63ed054d4017a5f0b1c63c22ebcd7706e8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 03:52:19 +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 6ec82d9..0d9ce81 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'redis', '~> 4.0' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development -gem 'nokogiri', '~> 1.6', '>= 1.6.8.1' +gem 'nokogiri', '~> 1.10' # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index 38fea09..a3d263f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM mini_portile2 (2.4.0) minitest (5.13.0) nio4r (2.5.2) - nokogiri (1.10.5) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pg (1.1.4) puma (3.12.1) @@ -135,7 +135,7 @@ DEPENDENCIES active_model_serializers byebug listen (>= 3.0.5, < 3.2) - nokogiri (~> 1.6, >= 1.6.8.1) + nokogiri (~> 1.10) pg (>= 0.18, < 2.0) puma (~> 3.7) rack-cors