Skip to content

Commit 342fd53

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 c5b25cd commit 342fd53

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.24.0)
242242
parser (3.3.2.0)
243243
ast (~> 2.4.1)
@@ -416,7 +416,7 @@ GEM
416416
tzinfo (2.0.6)
417417
concurrent-ruby (~> 1.0)
418418
unicode-display_width (2.5.0)
419-
view_component (3.10.0)
419+
view_component (3.12.1)
420420
activesupport (>= 5.2.0, < 8.0)
421421
concurrent-ruby (~> 1.0)
422422
method_source (~> 1.0)
@@ -447,7 +447,7 @@ DEPENDENCIES
447447
debug
448448
dotenv-rails
449449
factory_bot_rails
450-
govuk-components (~> 5.0)
450+
govuk-components (~> 5.4)
451451
govuk_design_system_formbuilder
452452
i18n-debug
453453
i18n-tasks

0 commit comments

Comments
 (0)