From d6e5a7ea1f58c548049cde8e10e9df771655ab59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:36:29 +0000 Subject: [PATCH] Bump nokogiri from 1.5.0 to 1.5.11 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.0 to 1.5.11. - [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.5.0...v1.5.11) --- 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 fea41c7..38dcb0e 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'yettings' gem 'possessive' gem 'airbrake' gem 'mechanize', '~> 2.1' -gem 'nokogiri', '~> 1.5.0' +gem 'nokogiri', '~> 1.5.11' diff --git a/Gemfile.lock b/Gemfile.lock index ab9890a..49daba3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,7 +155,7 @@ GEM net-ssh (2.2.1) net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) - nokogiri (1.5.0) + nokogiri (1.5.11) ntlm-http (0.1.1) oa-basic (0.3.0) oa-core (= 0.3.0) @@ -312,7 +312,7 @@ DEPENDENCIES mechanize (~> 2.1) mongoid (>= 2.2.0) mongoid-rspec (>= 1.4.4) - nokogiri (~> 1.5.0) + nokogiri (~> 1.5.11) omniauth (>= 0.2.6) possessive rails (= 3.1.0)