From 614b200dea23f59111356563095722b32e1850fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 10:59:58 +0000 Subject: [PATCH] Bump nokogiri from 1.10.5 to 1.11.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.11.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.5...v1.11.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 6ec82d9..7f3411f 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.11' # 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..c188402 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,13 +68,15 @@ GEM mini_mime (>= 0.1.1) method_source (0.9.2) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.1) minitest (5.13.0) nio4r (2.5.2) - nokogiri (1.10.5) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) pg (1.1.4) puma (3.12.1) + racc (1.5.2) rack (2.0.7) rack-cors (1.0.5) rack (>= 1.6.0) @@ -135,7 +137,7 @@ DEPENDENCIES active_model_serializers byebug listen (>= 3.0.5, < 3.2) - nokogiri (~> 1.6, >= 1.6.8.1) + nokogiri (~> 1.11) pg (>= 0.18, < 2.0) puma (~> 3.7) rack-cors