From b2dcf8583a8eea75717493278ab02c2d5bd4124d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 01:32:13 +0000 Subject: [PATCH] Bump nokogiri from 1.10.8 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 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.10.8...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 40 +++++++++++++++++++--------------------- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index ae2b3561..efd2f042 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'systemu', '~> 2.6.5' gem 'adsf', '~> 1.2.0' gem 'sass', '~> 3.4.21' gem 'rdiscount', '~> 2.1.8' -gem 'nokogiri', '~> 1.10.8' +gem 'nokogiri', '~> 1.13.9' gem 'feedjira', '~> 2.0.0' gem 'ri_cal', '~> 0.8.8' gem 'rqrcode_png', '~> 0.1.5' diff --git a/Gemfile.lock b/Gemfile.lock index f1c8e59d..47ee24b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,16 @@ GEM remote: http://rubygems.org/ specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) adsf (1.2.1) rack (>= 1.0.0) buftok (0.2.0) builder (3.2.3) chunky_png (1.3.10) - coderay (1.1.2) - colored (1.2) - crass (1.0.5) - cri (2.10.1) - colored (~> 1.2) + coderay (1.1.3) + crass (1.0.6) + cri (2.15.11) domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) equalizer (0.0.10) @@ -28,7 +26,7 @@ GEM ffi (1.9.25) formatador (0.2.5) geokit (1.11.0) - guard (2.14.2) + guard (2.17.0) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) lumberjack (>= 1.0.12, < 2.0) @@ -51,36 +49,37 @@ GEM http-form_data (1.0.3) http_parser.rb (0.6.0) json (1.8.6) - launchy (2.4.3) - addressable (~> 2.3) - listen (3.1.5) + launchy (2.5.0) + addressable (~> 2.7) + listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) - loofah (2.3.1) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.12) memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) method_source (0.9.0) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) multipart-post (2.0.0) nanoc (3.7.5) cri (~> 2.3) naught (1.1.0) nenv (0.3.0) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) oauth (0.4.7) - pry (0.11.3) + pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (3.0.1) - rack (2.2.3) + public_suffix (5.0.0) + racc (1.6.0) + rack (3.0.0) rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) @@ -92,7 +91,6 @@ GEM rqrcode_png (0.1.5) chunky_png rqrcode - ruby_dep (1.5.0) sass (3.4.25) sax-machine (1.3.2) shellany (0.0.1) @@ -132,7 +130,7 @@ DEPENDENCIES feedjira (~> 2.0.0) guard-nanoc (~> 1.0.3) nanoc (~> 3.7.5) - nokogiri (~> 1.10.8) + nokogiri (~> 1.13.9) rdiscount (~> 2.1.8) ri_cal (~> 0.8.8) rqrcode_png (~> 0.1.5)