From 79180fb31294da61977384563ff05344085a623f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 01:12:14 +0000 Subject: [PATCH] Bump nokogiri from 1.13.1 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.1 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.1...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 346b7c2..13550c4 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'will_paginate', '~> 3.1' gem 'stripe', '~> 1.31' gem 'simplecov', '~> 0.11' gem 'coveralls', '~> 0.8' -gem 'nokogiri', '~> 1.12' +gem 'nokogiri', '~> 1.13' gem 'net-ssh', '~> 3.2' gem 'bootstrap-growl-rails', '~> 3.1' gem 'animate-rails', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index e34539e..d5a21f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -368,7 +368,7 @@ GEM net-ssh (3.2.0) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.13.1-x86_64-linux) + nokogiri (1.13.9-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -507,6 +507,7 @@ GEM zeitwerk (2.5.4) PLATFORMS + x86_64-linux x86_64-linux-musl DEPENDENCIES @@ -539,7 +540,7 @@ DEPENDENCIES net-pop net-smtp net-ssh (~> 3.2) - nokogiri (~> 1.12) + nokogiri (~> 1.13) pg (~> 1.1) puma (~> 4.3) rack (~> 2.1)