From cbd2a1eb512a5ef7a4abb6c88488dab959136549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 16:12:47 +0000 Subject: [PATCH] Bump nokogiri from 1.12.3 to 1.13.6 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.3 to 1.13.6. - [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.12.3...v1.13.6) --- 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 a777b79aa11..e5380fe7c52 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,6 @@ gem 'middleman-sprockets', '~> 4.1' gem 'middleman-livereload' gem 'rouge', '~> 3.21' gem 'redcarpet', '~> 3.5.0' -gem 'nokogiri', '~> 1.13.3' +gem 'nokogiri', '~> 1.13.6' gem 'sass' gem 'webrick' diff --git a/Gemfile.lock b/Gemfile.lock index c68ff0c92ba..952b3eb6588 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM rouge (~> 3.2) mini_portile2 (2.8.0) minitest (5.14.4) - nokogiri (1.13.4) + nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) padrino-helpers (0.15.1) @@ -144,7 +144,7 @@ DEPENDENCIES middleman-livereload middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.13.3) + nokogiri (~> 1.13.6) redcarpet (~> 3.5.0) rouge (~> 3.21) sass