Skip to content

Commit 040a22e

Browse files
authored
Merge pull request #550 from x-govuk/upgrade-to-govuk-frontend-5.9.0
Upgrade to govuk-frontend 5.9.0
2 parents 611e44e + 92040aa commit 040a22e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install gems
4949
env:
50-
RAILS_VERSION: '7.0.8'
50+
RAILS_VERSION: '7.1.5'
5151
run: |
5252
gem install bundler
5353
bundle install --jobs 4 --retry 3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Gem](https://img.shields.io/gem/dt/govuk_design_system_formbuilder?logo=rubygems)](https://rubygems.org/gems/govuk_design_system_formbuilder)
77
[![Test Coverage](https://api.codeclimate.com/v1/badges/110136fb22341d3ba646/test_coverage)](https://codeclimate.com/github/x-govuk/govuk-form-builder/test_coverage)
88
[![GitHub license](https://img.shields.io/github/license/x-govuk/govuk-form-builder)](https://github.com/x-govuk/govuk-form-builder/blob/main/LICENSE)
9-
[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.8.0-brightgreen)](https://design-system.service.gov.uk)
9+
[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.9.0-brightgreen)](https://design-system.service.gov.uk)
1010
[![Rails](https://img.shields.io/badge/Rails-7.1.5%20%E2%95%B1%207.2.2%20%E2%95%B1%208.0.1-E16D6D)](https://weblog.rubyonrails.org/releases/)
1111
[![Ruby](https://img.shields.io/badge/Ruby-3.2.6%20%20%E2%95%B1%203.3.6%20%20%E2%95%B1%203.4.1-E16D6D)](https://www.ruby-lang.org/en/downloads/)
1212

guide/content/introduction/supported-versions.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ table.govuk-table.app-table--constrained
2929
th.govuk-table__header scope="row"
3030
| GOV.UK Design System
3131
td.govuk-table__cell.govuk-table__cell--numeric
32-
| 5.8.0
32+
| 5.9.0
3333
td.govuk-table__cell.govuk-table__cell--numeric
3434
| 3.14.0
3535
tr.govuk-table__row

guide/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

guide/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "ISC",
1515
"dependencies": {
1616
"@x-govuk/govuk-prototype-components": "^3.0.6",
17-
"govuk-frontend": "5.8.0",
17+
"govuk-frontend": "5.9.0",
1818
"sass": "^1.77.8"
1919
}
2020
}

0 commit comments

Comments
 (0)