Skip to content

Commit 2a0fc25

Browse files
authored
Merge pull request #6166 from NHSDigital/upgrade-govuk-components
Upgrade GOV.UK components and form builder
2 parents 24c4686 + f5c16fa commit 2a0fc25

2 files changed

Lines changed: 12 additions & 20 deletions

File tree

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ gem "flipper"
4040
gem "flipper-active_record"
4141
gem "flipper-ui"
4242
gem "govuk-components"
43-
gem "govuk_design_system_formbuilder",
44-
github: "x-govuk/govuk-form-builder",
45-
ref: "main" #TODO: replace with version > 5.13.0 when released
43+
gem "govuk_design_system_formbuilder"
4644
gem "govuk_markdown"
4745
gem "indefinite_article"
4846
gem "jsonb_accessor"

Gemfile.lock

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ GIT
2222
activerecord (>= 5.2, < 8.2)
2323
activesupport (>= 5.2, < 8.2)
2424

25-
GIT
26-
remote: https://github.com/x-govuk/govuk-form-builder.git
27-
revision: 8fb16627dec7d2786e481029e1645a85e4d7df15
28-
ref: main
29-
specs:
30-
govuk_design_system_formbuilder (5.13.0)
31-
actionview (>= 6.1)
32-
activemodel (>= 6.1)
33-
activesupport (>= 6.1)
34-
html-attributes-utils (~> 1)
35-
3625
GEM
3726
remote: https://rubygems.org/
3827
specs:
@@ -296,10 +285,15 @@ GEM
296285
raabro (~> 1.4)
297286
globalid (1.3.0)
298287
activesupport (>= 6.1)
299-
govuk-components (5.13.1)
288+
govuk-components (6.0.0)
300289
html-attributes-utils (~> 1.0.0, >= 1.0.0)
301290
pagy (>= 6, < 10)
302-
view_component (>= 4.0, < 4.2)
291+
view_component (>= 4.0, < 4.3)
292+
govuk_design_system_formbuilder (6.0.0)
293+
actionview (>= 6.1)
294+
activemodel (>= 6.1)
295+
activesupport (>= 6.1)
296+
html-attributes-utils (~> 1)
303297
govuk_markdown (2.0.3)
304298
activesupport
305299
redcarpet
@@ -763,9 +757,9 @@ GEM
763757
validate_url (1.0.15)
764758
activemodel (>= 3.0.0)
765759
public_suffix
766-
view_component (4.1.1)
767-
actionview (>= 7.1.0, < 8.2)
768-
activesupport (>= 7.1.0, < 8.2)
760+
view_component (4.2.0)
761+
actionview (>= 7.1.0)
762+
activesupport (>= 7.1.0)
769763
concurrent-ruby (~> 1)
770764
warden (1.2.9)
771765
rack (>= 2.0.9)
@@ -849,7 +843,7 @@ DEPENDENCIES
849843
flipper-active_record
850844
flipper-ui
851845
govuk-components
852-
govuk_design_system_formbuilder!
846+
govuk_design_system_formbuilder
853847
govuk_markdown
854848
hotwire-livereload
855849
indefinite_article

0 commit comments

Comments
 (0)