From afe769c47ce6c99542675c7fc6754c3d23d7f30b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 16:48:54 +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 8d0f756d..46fbe53f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,9 +48,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) @@ -85,6 +85,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 (7.2.0) erb psych (>= 4.0.0) @@ -99,6 +102,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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -122,6 +132,7 @@ GEM htmlentities nokogiri twitter-text + zeitwerk (2.8.2) PLATFORMS aarch64-linux @@ -139,7 +150,7 @@ DEPENDENCIES creole (~> 0.5.0) github-linguist (>= 7.1.3) github-markup! - html-pipeline (~> 1.0) + html-pipeline (~> 3.2) kramdown minitest (~> 6.0, >= 5.4.3) nokogiri (~> 1.19.2) diff --git a/github-markup.gemspec b/github-markup.gemspec index 19b9ccea..e1d1b33d 100644 --- a/github-markup.gemspec +++ b/github-markup.gemspec @@ -26,7 +26,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.3', '~> 6.0' - 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'