After merging #15, we saw a similar error about the html-pipeline package. I ran bundle update html-pipeline which resulted in the following changes. Based on my testing, I would expect this to resolve our build failures.
Error from Jenkins job output:
Fetching nokogiri 1.8.2
Installing nokogiri 1.8.2 with native extensions
Fetching html-pipeline 2.5.0
Downloading html-pipeline-2.5.0 revealed dependencies not in the API or the lockfile (nokogiri (>= 1.4)).
Either installing with `--full-index` or running `bundle update html-pipeline` should fix the problem.
In Gemfile:
github-pages was resolved to 138, which depends on
jekyll-mentions was resolved to 1.2.0, which depends on
html-pipeline
After merging #15, we saw a similar error about the
html-pipeline
package. I ranbundle update html-pipeline
which resulted in the following changes. Based on my testing, I would expect this to resolve our build failures.Error from Jenkins job output: