From 9e7d0535bf72c2662f34c0523e226de91f790e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 05:33:41 +0000 Subject: [PATCH] Bump nokogiri from 1.11.1 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.14.3. - [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.11.1...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 0b3f8a8..bf824b9 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gem 'middleman-autoprefixer', '~> 2.7' gem 'middleman-sprockets', '~> 4.1' gem 'rouge', '~> 3.21' gem 'redcarpet', '~> 3.5.0' -gem 'nokogiri', '~> 1.11.0' +gem 'nokogiri', '~> 1.14.3' gem 'sass' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 5b7dd0a..8ce8766 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,10 +77,10 @@ GEM middleman-syntax (3.2.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.5.0) + mini_portile2 (2.8.1) minitest (5.14.2) - nokogiri (1.11.1) - mini_portile2 (~> 2.5.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) racc (~> 1.4) padrino-helpers (0.13.3.4) i18n (~> 0.6, >= 0.6.7) @@ -90,7 +90,7 @@ GEM activesupport (>= 3.1) parallel (1.19.2) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.2) rack (2.2.3) rb-fsevent (0.10.4) rb-inotify (0.10.1) @@ -126,7 +126,7 @@ DEPENDENCIES middleman-autoprefixer (~> 2.7) middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.11.0) + nokogiri (~> 1.14.3) redcarpet (~> 3.5.0) rouge (~> 3.21) sass