Closed richardTowers closed 2 years ago
I'd like to update govuk-developer-docs to use the latest version of the govuk_tech_docs gem.
There's a version conflict between govuk_tech_docs and govuk_publishing_components.
govuk_tech_docs
~> 4.0.0
govuk_publishing_components
< 4
This was deliberately pinned to < 4 in #1172 because of some issue with CI. It's not clear whether this is still a problem, and if so whether it's something we could fix.
This may be possible to resolve now that we've moved to GitHub Actions for CI (#2630)
Unpinned in https://github.com/alphagov/govuk_publishing_components/pull/2691
I'd like to update govuk-developer-docs to use the latest version of the govuk_tech_docs gem.
There's a version conflict between govuk_tech_docs and govuk_publishing_components.
govuk_tech_docs
requires sprockets~> 4.0.0
govuk_publishing_components
requires sprockets< 4
This was deliberately pinned to
< 4
in #1172 because of some issue with CI. It's not clear whether this is still a problem, and if so whether it's something we could fix.