From 57fa0fe9d2a58696efe3a068b4ce6bba6bd0fe6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 03:49:24 +0000 Subject: [PATCH] Bump nokogiri from 1.13.4 to 1.13.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.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.13.4...v1.13.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 549ea26..84a9726 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'mysql2' gem 'httparty' gem 'redis' gem 'i18n', '0.7.0' -gem 'nokogiri', '~> 1.13.4' +gem 'nokogiri', '~> 1.13.5' gem 'countries', '2.1.4' gem 'cinch', '2.3.4' gem 'em-eventsource', '0.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 7f3e188..221f600 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM multi_xml (0.6.0) mysql2 (0.5.4) netrc (0.11.0) - nokogiri (1.13.4) + nokogiri (1.13.5) mini_portile2 (~> 2.8.0) racc (~> 1.4) pry (0.14.1) @@ -84,7 +84,7 @@ DEPENDENCIES i18n (= 0.7.0) mediawiki-gateway! mysql2 - nokogiri (~> 1.13.4) + nokogiri (~> 1.13.5) pry redis unicode