From 221dcc4157a88329182450e8095ef5387f80fea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 01:32:24 +0000 Subject: [PATCH] Bump nokogiri from 1.6.8.1 to 1.13.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.8.1 to 1.13.2. - [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.6.8.1...v1.13.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index aece9be..bbc4a2b 100644 --- a/Gemfile +++ b/Gemfile @@ -22,4 +22,4 @@ gem 'middleman-syntax', '~> 3.0.0' gem 'redcarpet', '~> 3.3.4' # For "summary"-Helper -gem 'nokogiri', '~> 1.6.8' +gem 'nokogiri', '~> 1.13.2' diff --git a/Gemfile.lock b/Gemfile.lock index 7134ed0..fbacfae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,10 +88,11 @@ GEM middleman-syntax (3.0.0) middleman-core (>= 3.2) rouge (~> 2.0) - mini_portile2 (2.1.0) + mini_portile2 (2.8.0) minitest (5.10.1) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) + nokogiri (1.13.2) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) padrino-helpers (0.13.3.3) i18n (~> 0.6, >= 0.6.7) padrino-support (= 0.13.3.3) @@ -100,6 +101,7 @@ GEM activesupport (>= 3.1) parallel (1.10.0) public_suffix (2.0.5) + racc (1.6.0) rack (2.0.1) rack-livereload (0.3.16) rack @@ -131,7 +133,7 @@ DEPENDENCIES middleman-livereload middleman-sprockets (~> 4.0.0) middleman-syntax (~> 3.0.0) - nokogiri (~> 1.6.8) + nokogiri (~> 1.13.2) redcarpet (~> 3.3.4) tzinfo-data wdm (~> 0.1.1)