Skip to content

Commit 69f74ae

Browse files
Bump govuk-components from 5.1.0 to 5.4.0
Bumps [govuk-components](https://github.com/x-govuk/govuk-components) from 5.1.0 to 5.4.0. - [Release notes](https://github.com/x-govuk/govuk-components/releases) - [Commits](x-govuk/govuk-components@v5.1.0...v5.4.0) --- updated-dependencies: - dependency-name: govuk-components dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df39ba0 commit 69f74ae

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ruby File.read(".ruby-version").strip
55

66
# Reduces boot times through caching; required in config/boot.rb
77
gem "bootsnap", ">= 1.1.0", require: false
8-
gem "govuk-components", "~> 5.0"
8+
gem "govuk-components", "~> 5.4"
99
gem "govuk_design_system_formbuilder"
1010
gem "jquery-rails"
1111
gem "pg"

Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ GEM
161161
ffi (1.17.0)
162162
globalid (1.2.1)
163163
activesupport (>= 6.1)
164-
govuk-components (5.1.0)
164+
govuk-components (5.4.0)
165165
html-attributes-utils (~> 1.0.0, >= 1.0.0)
166-
pagy (~> 6.0)
167-
view_component (>= 3.9, < 3.11)
166+
pagy (>= 6, < 9)
167+
view_component (>= 3.9, < 3.13)
168168
govuk_design_system_formbuilder (5.4.0)
169169
actionview (>= 6.1)
170170
activemodel (>= 6.1)
@@ -214,13 +214,13 @@ GEM
214214
net-smtp
215215
marcel (1.0.4)
216216
matrix (0.4.2)
217-
method_source (1.0.0)
217+
method_source (1.1.0)
218218
mime-types (3.5.2)
219219
mime-types-data (~> 3.2015)
220220
mime-types-data (3.2024.0604)
221221
mini_mime (1.1.5)
222222
mini_portile2 (2.8.7)
223-
minitest (5.23.1)
223+
minitest (5.24.0)
224224
msgpack (1.7.1)
225225
multi_test (1.1.0)
226226
mutex_m (0.2.0)
@@ -237,7 +237,7 @@ GEM
237237
nokogiri (1.16.6)
238238
mini_portile2 (~> 2.8.2)
239239
racc (~> 1.4)
240-
pagy (6.5.0)
240+
pagy (8.4.5)
241241
parallel (1.25.1)
242242
parser (3.3.3.0)
243243
ast (~> 2.4.1)
@@ -419,7 +419,7 @@ GEM
419419
tzinfo (2.0.6)
420420
concurrent-ruby (~> 1.0)
421421
unicode-display_width (2.5.0)
422-
view_component (3.10.0)
422+
view_component (3.12.1)
423423
activesupport (>= 5.2.0, < 8.0)
424424
concurrent-ruby (~> 1.0)
425425
method_source (~> 1.0)
@@ -450,7 +450,7 @@ DEPENDENCIES
450450
debug
451451
dotenv-rails
452452
factory_bot_rails
453-
govuk-components (~> 5.0)
453+
govuk-components (~> 5.4)
454454
govuk_design_system_formbuilder
455455
i18n-debug
456456
i18n-tasks

0 commit comments

Comments
 (0)