From 16a6e4105379ccf0b6f098e4db84fcf86e82e4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 02:36:40 +0000 Subject: [PATCH] Bump nokogiri from 1.13.4 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.9. - [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.9) --- 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 cd05ba0..682f436 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'font-awesome-sass', '6.1.1' gem 'cancancan', '3.3.0' gem 'exception_notification', '4.5.0' gem "net-http", '0.2.0' -gem "nokogiri", '1.13.4' +gem "nokogiri", '1.13.9' gem 'rexml', '3.2.5' gem 'net-ssh', '7.0.0.beta1' diff --git a/Gemfile.lock b/Gemfile.lock index 077e4cb..28ef876 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM timeout net-ssh (7.0.0.beta1) nio4r (2.5.8) - nokogiri (1.13.4-x86_64-linux) + nokogiri (1.13.9-x86_64-linux) racc (~> 1.4) omniauth (2.1.0) hashie (>= 3.4.6) @@ -296,7 +296,7 @@ DEPENDENCIES kt-paperclip (= 7.1.1) net-http (= 0.2.0) net-ssh (= 7.0.0.beta1) - nokogiri (= 1.13.4) + nokogiri (= 1.13.9) omniauth (= 2.1.0) pdf-reader (= 2.9.2) pg (= 1.3.5)