govuk-components 6.0.0 → 6.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fba00115c3d1765aa18bc8de55b493abd610930c40405ae197f751e559c0f4df
4
- data.tar.gz: 62c7f33b363470bd3c8f7c81578894d63b2d89d024b7a583292293f60ad93a6e
3
+ metadata.gz: 18cdaf03fa25066f665796d5dcc0cd1e4181f085f28558d249b2fc005e989ba7
4
+ data.tar.gz: 6d0104a588b0259d877361121c46681fd22bd5f1570e4b44f282c5110ff04e50
5
5
  SHA512:
6
- metadata.gz: a91e1d97fb5eddc24c247ff8a41b834f58cb0998462dd35bb9e8523e0e5d0c25a59b3842241146dbb675ab590c158a251249ae1dccc78fbbf55b0842cf85c1db
7
- data.tar.gz: 163cbecd4becb36d16733626b4a0ea33917b0312fcabd06e55500021d71617198499f5cf8b1e781c515bad50449fd78226fad08c2f7c421cd9aacbe428d32fb4
6
+ metadata.gz: c6008a269852e3ebdea6362b966ce59ac824637421ca11618cfe365f608d3d938da3e790cac70f453a555ac90b26cbb68d72a56d993e53575528c3cac44246c6
7
+ data.tar.gz: 77d6533c0b552fa1bf94120da8940d70bd1677801adf616621879978d6bf94a3a77e3aecbcda4cfb24d06e6ed2b0827149421c9fcababc0d7bb8728a45d993c5
data/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
  [![Gem](https://img.shields.io/gem/dt/govuk-components?logo=rubygems)](https://rubygems.org/gems/govuk-components)
6
6
  [![Licence](https://img.shields.io/github/license/x-govuk/govuk-components)](https://github.com/x-govuk/govuk-components/blob/main/LICENSE.txt)
7
7
  [![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-6.0.0-brightgreen)](https://design-system.service.gov.uk)
8
- [![ViewComponent](https://img.shields.io/badge/ViewComponent-3.24.0-brightgreen)](https://viewcomponent.org/)
9
- [![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/)
10
- [![Ruby](https://img.shields.io/badge/Ruby-3.2.5%20%20%E2%95%B1%203.2.6%20%20%E2%95%B1%203.3.6-E16D6D)](https://www.ruby-lang.org/en/downloads/)
8
+ [![ViewComponent](https://img.shields.io/badge/ViewComponent-4.6.0-brightgreen)](https://viewcomponent.org/)
9
+ [![Rails](https://img.shields.io/badge/Rails-7.2.2%20%E2%95%B1%208.0.2%20%E2%95%B1%208.1.0-E16D6D)](https://weblog.rubyonrails.org/releases/)
10
+ [![Ruby](https://img.shields.io/badge/Ruby-3.3.11%20%20%E2%95%B1%204.0.2-E16D6D)](https://www.ruby-lang.org/en/downloads/)
11
11
 
12
12
  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.
13
13
 
@@ -1,5 +1,5 @@
1
1
  module Govuk
2
2
  module Components
3
- VERSION = '6.0.0'.freeze
3
+ VERSION = '6.1.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk-components
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - DfE developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-28 00:00:00.000000000 Z
11
+ date: 2026-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: html-attributes-utils
@@ -59,7 +59,7 @@ dependencies:
59
59
  version: '4.0'
60
60
  - - "<"
61
61
  - !ruby/object:Gem::Version
62
- version: '4.3'
62
+ version: '4.7'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
@@ -69,7 +69,7 @@ dependencies:
69
69
  version: '4.0'
70
70
  - - "<"
71
71
  - !ruby/object:Gem::Version
72
- version: '4.3'
72
+ version: '4.7'
73
73
  - !ruby/object:Gem::Dependency
74
74
  name: deep_merge
75
75
  requirement: !ruby/object:Gem::Requirement