From 90c976784e5c8259ad02be77d64a8095912ac133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 20:52:58 +0000 Subject: [PATCH] Bump nokogiri from 1.10.10 to 1.11.0 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.0. - [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.10...v1.11.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index cb21078..b07790c 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ gem 'font-awesome-sass', '~> 4.7' gem 'pg', '~> 0.18' -gem 'nokogiri', '~> 1.10' +gem 'nokogiri', '~> 1.11' # Loads environment variables from `.env` file. gem 'dotenv-rails', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 63e70ab..75b9755 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,7 +271,7 @@ GEM mimemagic (0.3.5) mini_magick (4.10.1) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.0) minitest (5.14.2) modernizr-rails (2.7.1) msgpack (1.3.3) @@ -286,8 +286,9 @@ GEM netrc (0.11.0) newrelic_rpm (4.8.0.341) nio4r (2.5.4) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.0) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) nokogumbo (2.0.2) nokogiri (~> 1.8, >= 1.8.4) oauth2 (1.4.4) @@ -346,6 +347,7 @@ GEM nio4r (~> 2.0) pundit (1.1.0) activesupport (>= 3.0.0) + racc (1.5.2) rack (2.2.3) rack-cors (1.1.1) rack (>= 2.0.0) @@ -628,7 +630,7 @@ DEPENDENCIES mini_magick (~> 4.9) modernizr-rails (~> 2.7) newrelic_rpm (~> 4.2) - nokogiri (~> 1.10) + nokogiri (~> 1.11) oj (~> 2.18) omniauth-facebook (~> 7.0) omniauth-google-oauth2 (~> 0.8.0)