Skip to content

Commit

Permalink
Merge pull request #3194 from DFE-Digital/bump-govuk_design_system_fo…
Browse files Browse the repository at this point in the history
…rmbuilder-4-0-0

update govuk_design_system_formbuilder to 4.0.0
  • Loading branch information
martyn-w authored May 15, 2024
2 parents 81adf99 + 31f01b1 commit b1e36e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gem 'yabeda-sidekiq'

gem 'dotenv-rails', '>= 2.7.6'

gem 'govuk_design_system_formbuilder', '~> 3.1'
gem 'govuk_design_system_formbuilder', '~> 4.0.0'
gem 'notifications-ruby-client'

gem 'acts_as_list'
Expand Down
11 changes: 7 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,14 +286,14 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
govuk_design_system_formbuilder (3.3.0)
govuk_design_system_formbuilder (4.0.0)
actionview (>= 6.1)
activemodel (>= 6.1)
activesupport (>= 6.1)
html-attributes-utils (~> 0.9, >= 0.9.2)
html-attributes-utils (~> 1)
hashdiff (1.0.1)
hashids (1.0.6)
html-attributes-utils (0.9.2)
html-attributes-utils (1.0.2)
activesupport (>= 6.1.4.4)
htmlentities (4.3.4)
httpclient (2.8.3)
Expand Down Expand Up @@ -359,6 +359,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
Expand Down Expand Up @@ -658,6 +660,7 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
arm64-darwin-23
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux
Expand Down Expand Up @@ -688,7 +691,7 @@ DEPENDENCIES
foreman
geocoder
get_into_teaching_api_client_faraday!
govuk_design_system_formbuilder (~> 3.1)
govuk_design_system_formbuilder (~> 4.0.0)
hashids
ice_cube
invisible_captcha (>= 2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion app/views/candidates/schools/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="filter">
<%= f.govuk_collection_check_boxes :subjects, Candidates::School.subjects, :first,
->(subject) { "#{subject.last} (#{@search.subject_count(subject.first)})" },
classes: %w(search-subjects-checkboxes), hint: { text: t("helpers.hint.subjects") } %>
class: %w(search-subjects-checkboxes), hint: { text: t("helpers.hint.subjects") } %>
</div>

<div class="filter">
Expand Down

0 comments on commit b1e36e0

Please sign in to comment.