From bd5f732a2641f788533f6cb567a72a729d475ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 03:48:47 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1688cbe..2b329c7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'faker', '~> 1.8', '>= 1.8.7' gem 'carrierwave', '1.3.2' gem 'mini_magick', '4.9.4' gem 'fog' -gem 'nokogiri', '1.13.4' +gem 'nokogiri', '1.13.5' gem 'will_paginate', '3.1.6' gem 'bootstrap-will_paginate', '1.0.0' gem 'bootstrap-sass', '3.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 3859bef..0b1e40c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,10 +304,10 @@ GEM nicescroll-rails (3.5.4.1) railties (>= 3.1) nio4r (2.2.0) - nokogiri (1.13.4) + nokogiri (1.13.5) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.4-x64-mingw32) + nokogiri (1.13.5-x64-mingw32) racc (~> 1.4) notiffany (0.1.1) nenv (~> 0.1) @@ -470,7 +470,7 @@ DEPENDENCIES minitest (= 5.10.3) minitest-reporters (= 1.1.19) nicescroll-rails (~> 3.5, >= 3.5.4.1) - nokogiri (= 1.13.4) + nokogiri (= 1.13.5) pg (= 0.18.4) puma (= 3.12.6) rails (= 5.1.4)