Skip to content

Commit

Permalink
Bump Ruby and Rails to latest versions (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates authored Jul 18, 2024
2 parents f0b1d99 + 56d8666 commit 7e193c0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.4'
ruby-version: '3.1.6'

- name: Install gems
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.1.4', '3.2.2', '3.3.0']
rails: ['7.0.8', '7.1.0']
ruby: ['3.1.6', '3.2.4', '3.3.4']
rails: ['6.1.7', '7.0.8', '7.1.3']
runs-on: ubuntu-20.04
name: Testing with Ruby ${{ matrix.ruby }} and Rails ${{ matrix.rails }}
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
ruby-version: 3.1.6

- name: Install gems
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-brightgreen)](https://design-system.service.gov.uk)
[![ViewComponent](https://img.shields.io/badge/ViewComponent-3.3.0-brightgreen)](https://viewcomponent.org/)
[![Rails](https://img.shields.io/badge/Rails-7.0.8%20%E2%95%B1%207.1.0-E16D6D)](https://weblog.rubyonrails.org/releases/)
[![Ruby](https://img.shields.io/badge/Ruby-3.1.4%20%20%E2%95%B1%203.2.2%20%20%E2%95%B1%203.3.0-E16D6D)](https://www.ruby-lang.org/en/downloads/)
[![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/)

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.

Expand Down
Empty file removed a.out
Empty file.
8 changes: 4 additions & 4 deletions guide/content/introduction/supported-versions.slim
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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.0
| 7.1.3
br
| 7.0.8
td.govuk-table__cell.govuk-table__cell--numeric
Expand All @@ -41,11 +41,11 @@ table.govuk-table.app-table--constrained
th.govuk-table__header scope="row"
| Ruby
td.govuk-table__cell.govuk-table__cell--numeric
| 3.3.0
| 3.3.4
br
| 3.2.2
| 3.2.4
br
| 3.1.4
| 3.1.6
td.govuk-table__cell.govuk-table__cell--numeric
| 3.0.3
br
Expand Down

0 comments on commit 7e193c0

Please sign in to comment.