Browse Source

Update govuk_design_system_formbuilder

pull/2854/head
Kat 8 months ago
parent
commit
ee2ffaab60
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

2
Gemfile

@ -20,7 +20,7 @@ gem "bootsnap", ">= 1.4.4", require: false
# GOV UK frontend components
gem "govuk-components", "~> 5.7"
# GOV UK component form builder DSL
gem "govuk_design_system_formbuilder", "~> 5.0"
gem "govuk_design_system_formbuilder", "~> 5.7"
# Convert Markdown into GOV.UK frontend-styled HTML
gem "govuk_markdown"
gem "redcarpet", "~> 3.6"

4
Gemfile.lock

@ -207,7 +207,7 @@ GEM
html-attributes-utils (~> 1.0.0, >= 1.0.0)
pagy (>= 6, < 10)
view_component (>= 3.9, < 3.17)
govuk_design_system_formbuilder (5.2.0)
govuk_design_system_formbuilder (5.7.1)
actionview (>= 6.1)
activemodel (>= 6.1)
activesupport (>= 6.1)
@ -533,7 +533,7 @@ DEPENDENCIES
factory_bot_rails
faker
govuk-components (~> 5.7)
govuk_design_system_formbuilder (~> 5.0)
govuk_design_system_formbuilder (~> 5.7)
govuk_markdown
jsbundling-rails
json-schema

Loading…
Cancel
Save