Skip to content

Commit 7dde349

Browse files
Bump html-pipeline from 2.14.3 to 3.2.4
Bumps [html-pipeline](https://github.com/gjtorikian/html-pipeline) from 2.14.3 to 3.2.4. - [Release notes](https://github.com/gjtorikian/html-pipeline/releases) - [Changelog](https://github.com/gjtorikian/html-pipeline/blob/main/CHANGELOG.md) - [Commits](gjtorikian/html-pipeline@v2.14.3...v3.2.4) --- updated-dependencies: - dependency-name: html-pipeline dependency-version: 3.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1c326f commit 7dde349

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "middleman"
1414
gem "middleman-search_engine_sitemap"
1515

1616
gem "git"
17-
gem "html-pipeline", "~>2.0" # TODO: remove direct dependency + constraint for html-pipeline once govuk_tech_docs is fixed.
17+
gem "html-pipeline", "~>3.2" # TODO: remove direct dependency + constraint for html-pipeline once govuk_tech_docs is fixed.
1818
gem "mdl"
1919

2020
gem "govuk_publishing_components"

Gemfile.lock

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ GEM
236236
concurrent-ruby (~> 1.0)
237237
hashdiff (1.2.1)
238238
hashie (3.6.0)
239-
html-pipeline (2.14.3)
240-
activesupport (>= 2)
241-
nokogiri (>= 1.4)
239+
html-pipeline (3.2.4)
240+
selma (~> 0.4)
241+
zeitwerk (~> 2.5)
242242
http_parser.rb (0.8.0)
243243
i18n (1.6.0)
244244
concurrent-ruby (~> 1.0)
@@ -677,6 +677,10 @@ GEM
677677
sawyer (0.9.2)
678678
addressable (>= 2.3.5)
679679
faraday (>= 0.17.3, < 3)
680+
selma (0.4.15-aarch64-linux)
681+
selma (0.4.15-arm64-darwin)
682+
selma (0.4.15-x86_64-darwin)
683+
selma (0.4.15-x86_64-linux)
680684
sentry-rails (5.28.1)
681685
railties (>= 5.0)
682686
sentry-ruby (~> 5.28.1)
@@ -749,7 +753,7 @@ DEPENDENCIES
749753
govuk_publishing_components
750754
govuk_schemas
751755
govuk_tech_docs
752-
html-pipeline (~> 2.0)
756+
html-pipeline (~> 3.2)
753757
mdl
754758
middleman
755759
middleman-search_engine_sitemap

0 commit comments

Comments
 (0)