Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tech docs to bring in accessibility fixes #161

Merged
merged 3 commits into from
Jul 30, 2021
Merged

Commits on Jul 29, 2021

  1. Bump govuk_tech_docs to 2.4.2

    Brings in a bunch of accessibility fixes:
    
    https://github.com/alphagov/tech-docs-gem/blob/master/CHANGELOG.md#240
    
    (And a few patches for bugs found along the way.)
    
    This also bumps the ffi gem which caused this
    issue:
    
    ffi/ffi#791
    
    The fix at the moment is just to keep ffi at
    1.12 until the issue is resolved so this also adds
    that to the Gemfile.
    
    There is an issue on govuk_tech_docs to pin ffi
    there instead of downstream apps so we should
    revert our pin if this happens:
    
    alphagov/tech-docs-gem#254
    tombye committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b12855d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Update accessibility statement

    Bump the date to today.
    tombye committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    da68f80 View commit details
    Browse the repository at this point in the history
  2. Remove pinning of ffi gem

    See this issue for details:
    
    alphagov/tech-docs-gem#254
    tombye committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    fbbb571 View commit details
    Browse the repository at this point in the history