diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 855140fd..9259d687 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - name: Install gems env: - RAILS_VERSION: '7.0.8' + RAILS_VERSION: '7.1.5' run: | gem install bundler bundle install --jobs 4 --retry 3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 60f2d1cc..2bebe78b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,8 +10,8 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.1.6', '3.2.4', '3.3.4'] - rails: ['6.1.7', '7.0.8', '7.1.3'] + ruby: ['3.1.6', '3.2.5', '3.3.6'] + rails: ['7.1.5', '7.2.2', '8.0.0'] runs-on: ubuntu-20.04 name: Testing with Ruby ${{ matrix.ruby }} and Rails ${{ matrix.rails }} steps: diff --git a/README.md b/README.md index 7a8d7317..5de1655d 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ [![Licence](https://img.shields.io/github/license/x-govuk/govuk-components)](https://github.com/x-govuk/govuk-components/blob/main/LICENSE.txt) [![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.7.0-brightgreen)](https://design-system.service.gov.uk) [![ViewComponent](https://img.shields.io/badge/ViewComponent-3.16.0-brightgreen)](https://viewcomponent.org/) -[![Rails](https://img.shields.io/badge/Rails-7.0.8%20%E2%95%B1%207.1.3-E16D6D)](https://weblog.rubyonrails.org/releases/) -[![Ruby](https://img.shields.io/badge/Ruby-3.1.6%20%20%E2%95%B1%203.2.4%20%20%E2%95%B1%203.3.4-E16D6D)](https://www.ruby-lang.org/en/downloads/) +[![Rails](https://img.shields.io/badge/Rails-7.1.5%20%E2%95%B1%207.2.2%20%E2%95%B1%208.0.0-E16D6D)](https://weblog.rubyonrails.org/releases/) +[![Ruby](https://img.shields.io/badge/Ruby-3.1.6%20%20%E2%95%B1%203.2.6%20%20%E2%95%B1%203.3.6-E16D6D)](https://www.ruby-lang.org/en/downloads/) This gem provides a suite of reusable components for the [GOV.UK Design System](https://design-system.service.gov.uk/). It is intended to provide a lightweight alternative to the [GOV.UK Publishing Components](https://github.com/alphagov/govuk_publishing_components) library and is built with GitHub’s [ViewComponent](https://github.com/github/view_component) framework. diff --git a/guide/content/introduction/supported-versions.slim b/guide/content/introduction/supported-versions.slim index 102ac2fa..92671c1c 100644 --- a/guide/content/introduction/supported-versions.slim +++ b/guide/content/introduction/supported-versions.slim @@ -30,9 +30,11 @@ table.govuk-table.app-table--constrained th.govuk-table__header scope="row" | Ruby on Rails td.govuk-table__cell.govuk-table__cell--numeric - | 7.1.3 + | 7.1.5 br - | 7.0.8 + | 7.2.2 + br + | 8.0.0 td.govuk-table__cell.govuk-table__cell--numeric | 6.1.4.4 br @@ -41,9 +43,9 @@ table.govuk-table.app-table--constrained th.govuk-table__header scope="row" | Ruby td.govuk-table__cell.govuk-table__cell--numeric - | 3.3.4 + | 3.3.6 br - | 3.2.4 + | 3.2.5 br | 3.1.6 td.govuk-table__cell.govuk-table__cell--numeric