From a1cf8fd07f42888231e0efe1c292c9661fd39dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 07:47:17 +0000 Subject: [PATCH] Bump nokogiri from 1.8.1 to 1.8.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.1 to 1.8.5. - [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.8.1...v1.8.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 970977f..bc2b094 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'devise', '3.5.2' gem 'colorize', '0.8.1' gem 'letter_opener', '1.4.1' -gem 'nokogiri', '1.8.1' +gem 'nokogiri', '1.8.5' gem 'omniauth-twitter', '1.0.1' gem 'omniauth-facebook', '2.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7888a0c..a0e2f1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -381,7 +381,7 @@ GEM multi_xml (0.6.0) multipart-post (2.0.0) mysql2 (0.5.2) - nokogiri (1.8.1) + nokogiri (1.8.5) mini_portile2 (~> 2.3.0) nokogumbo (1.1.9) nokogiri @@ -591,7 +591,7 @@ DEPENDENCIES minitest-reporters (= 1.0.19) multipart-post (= 2.0.0) mysql2 (= 0.5.2) - nokogiri (= 1.8.1) + nokogiri (= 1.8.5) notifications! omniauth-facebook (= 2.0.0) omniauth-google-oauth2 (= 0.2.5)