From 7ea3cf9dd425a214579d4e9cb31c7fe9e182110a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 08:24:01 +0000 Subject: [PATCH] chore(deps): update html-pipeline requirement from ~> 1.0 to ~> 3.2 Updates the requirements on [html-pipeline](https://github.com/gjtorikian/html-pipeline) to permit the latest version. - [Release notes](https://github.com/gjtorikian/html-pipeline/releases) - [Changelog](https://github.com/gjtorikian/html-pipeline/blob/main/CHANGELOG.md) - [Commits](https://github.com/gjtorikian/html-pipeline/compare/v1.11.0...v3.2.4) --- updated-dependencies: - dependency-name: html-pipeline dependency-version: 3.2.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 +++++++++++++++---- github-markup.gemspec | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f9e22a2a..2c225a8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,9 +46,9 @@ GEM charlock_holmes (~> 0.7.7) mini_mime (~> 1.0) rugged (~> 1.0) - html-pipeline (1.11.0) - activesupport (>= 2) - nokogiri (~> 1.4) + html-pipeline (3.2.4) + selma (~> 0.4) + zeitwerk (~> 2.5) htmlentities (4.3.4) i18n (1.14.8) concurrent-ruby (~> 1.0) @@ -80,6 +80,9 @@ GEM stringio racc (1.8.1) rake (13.4.2) + rake-compiler-dock (1.12.0) + rb_sys (0.9.128) + rake-compiler-dock (= 1.12.0) rdoc (6.13.1) psych (>= 4.0.0) redcarpet (3.6.1) @@ -92,6 +95,13 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) securerandom (0.4.1) + selma (0.5.0) + rb_sys (~> 0.9) + selma (0.5.0-aarch64-linux) + selma (0.5.0-arm-linux) + selma (0.5.0-arm64-darwin) + selma (0.5.0-x86_64-darwin) + selma (0.5.0-x86_64-linux) stringio (3.1.6) tdiff (0.4.0) twitter-text (1.14.7) @@ -108,6 +118,7 @@ GEM htmlentities nokogiri twitter-text + zeitwerk (2.7.5) PLATFORMS aarch64-linux @@ -125,7 +136,7 @@ DEPENDENCIES creole (~> 0.5.0) github-linguist (>= 7.1.3) github-markup! - html-pipeline (~> 1.0) + html-pipeline (~> 3.2) kramdown minitest (~> 5.4, >= 5.4.3) nokogiri (~> 1.19.2) diff --git a/github-markup.gemspec b/github-markup.gemspec index cea949c3..20d958c9 100644 --- a/github-markup.gemspec +++ b/github-markup.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rake', '~> 13' s.add_development_dependency 'activesupport', '~> 8.1.3' s.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3' - s.add_development_dependency 'html-pipeline', '~> 1.0' + s.add_development_dependency 'html-pipeline', '~> 3.2' s.add_development_dependency 'sanitize', '>= 4.6.3' s.add_development_dependency 'nokogiri', '~> 1.19.2' s.add_development_dependency 'nokogiri-diff', '~> 0.3.0'