Skip to content

Commit

Permalink
AP-5659: Bump govuk_design_system_formbuilder 5.7.1 to 5.8.0
Browse files Browse the repository at this point in the history
Handles deprecation warning for frozen_string_literals in 3.4 and
will break in 3.5.
  • Loading branch information
jsugarman committed Jan 13, 2025
1 parent 4ea89d0 commit 3e9d6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ gem "propshaft"
gem "grover"

# DFE formbuilder
gem "govuk_design_system_formbuilder"
gem "govuk_design_system_formbuilder", ">= 5.8"

# ViewComponent
gem "govuk-components"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ GEM
html-attributes-utils (~> 1.0.0, >= 1.0.0)
pagy (>= 6, < 10)
view_component (>= 3.18, < 3.21)
govuk_design_system_formbuilder (5.7.1)
govuk_design_system_formbuilder (5.8.0)
actionview (>= 6.1)
activemodel (>= 6.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -796,7 +796,7 @@ DEPENDENCIES
faraday
google-apis-sheets_v4
govuk-components
govuk_design_system_formbuilder
govuk_design_system_formbuilder (>= 5.8)
govuk_notify_rails (~> 3.0.0)
grover
guard-cucumber
Expand Down

0 comments on commit 3e9d6ed

Please sign in to comment.