Skip to content

Commit

Permalink
Revert "Bump html-pipeline from 2.5.0 to 2.11.0"
Browse files Browse the repository at this point in the history
This reverts commit 450edfa.

This bump is causing issues with ASCII/UTF-8 processing which is
preventing the docs from building. Likely to be a change from
`github-markdown` to CommonMark. Reverting before more investigation.

Error processing resource for index: apis/search/faceted-search.html
"\xE2" from ASCII-8BIT to UTF-8
 govuk-developer-docs/.bundle/gems/commonmarker-0.19.0/lib/commonmarker.rb:26:in `encode'
  • Loading branch information
timblair committed Apr 18, 2019
1 parent 29ac029 commit e9541eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
concurrent-ruby (~> 1.0)
hashdiff (0.3.7)
hashie (3.6.0)
html-pipeline (2.11.0)
html-pipeline (2.5.0)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
Expand Down

0 comments on commit e9541eb

Please sign in to comment.