Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "middleman"
gem "middleman-search_engine_sitemap"

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

gem "govuk_publishing_components"
Expand Down
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ GEM
concurrent-ruby (~> 1.0)
hashdiff (1.2.1)
hashie (3.6.0)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
html-pipeline (3.2.4)
selma (~> 0.4)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -683,6 +683,10 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
selma (0.4.15-aarch64-linux)
selma (0.4.15-arm64-darwin)
selma (0.4.15-x86_64-darwin)
selma (0.4.15-x86_64-linux)
sentry-rails (6.3.0)
railties (>= 5.2.0)
sentry-ruby (~> 6.3.0)
Expand Down Expand Up @@ -755,7 +759,7 @@ DEPENDENCIES
govuk_publishing_components
govuk_schemas
govuk_tech_docs
html-pipeline (~> 2.0)
html-pipeline (~> 3.2)
mdl
middleman
middleman-search_engine_sitemap
Expand Down
Loading