From 5e0b9bf9b0b13d8b2a63a43ec22ca8390a9792c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 22:50:18 +0000 Subject: [PATCH] build(deps): bump nokogiri from 1.11.4 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.13.9. - [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.4...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 9a70837..bbc1738 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gem 'middleman-autoprefixer', '~> 2.7' gem 'middleman-sprockets', '~> 4.1' gem 'rouge', '~> 3.21' gem 'redcarpet', '~> 3.5.0' -gem 'nokogiri', '~> 1.11.4' +gem 'nokogiri', '~> 1.13.9' gem 'sass' gem 'webrick' diff --git a/Gemfile.lock b/Gemfile.lock index 0e5fb9f..c938104 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,6 @@ GEM fast_blank (1.0.0) fastimage (2.2.3) ffi (1.15.0) - ffi (1.15.0-x64-mingw32) haml (5.2.1) temple (>= 0.8.0) tilt @@ -87,12 +86,10 @@ GEM middleman-syntax (3.2.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.5.1) + mini_portile2 (2.8.0) minitest (5.14.4) - nokogiri (1.11.4) - mini_portile2 (~> 2.5.0) - racc (~> 1.4) - nokogiri (1.11.4-x64-mingw32) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) racc (~> 1.4) padrino-helpers (0.13.3.4) i18n (~> 0.6, >= 0.6.7) @@ -103,7 +100,7 @@ GEM parallel (1.20.1) parslet (1.8.2) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rb-fsevent (0.10.4) rb-inotify (0.10.1) @@ -146,7 +143,7 @@ DEPENDENCIES middleman-autoprefixer (~> 2.7) middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.11.4) + nokogiri (~> 1.13.9) redcarpet (~> 3.5.0) rouge (~> 3.21) sass