Skip to content

Commit

Permalink
Merge pull request #3610 from alphagov/dependabot/bundler/govuk_publi…
Browse files Browse the repository at this point in the history
…shing_components-46.4.0

Bump govuk_publishing_components from 46.3.1 to 46.4.0
  • Loading branch information
andysellick authored Dec 17, 2024
2 parents 1c34ddc + a46ecc7 commit 2890d53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ GEM
govuk_personalisation (1.1.0)
plek (>= 1.9.0)
rails (>= 6, < 9)
govuk_publishing_components (46.3.1)
govuk_publishing_components (46.4.0)
chartkick
govuk_app_config
govuk_personalisation (>= 0.7.0)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
minitest (5.25.4)
msgpack (1.7.2)
multi_test (1.1.0)
net-imap (0.5.1)
net-imap (0.5.2)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -546,10 +546,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.8.1)
rdoc (6.9.1)
psych (>= 4.0.0)
regexp_parser (2.9.3)
reline (0.5.12)
reline (0.6.0)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand All @@ -558,7 +558,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.9)
rexml (3.4.0)
rouge (4.5.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -612,16 +612,16 @@ GEM
sass-embedded (1.77.8)
google-protobuf (~> 4.26)
rake (>= 13)
securerandom (0.4.0)
securerandom (0.4.1)
selenium-webdriver (4.21.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.22.0)
sentry-rails (5.22.1)
railties (>= 5.0)
sentry-ruby (~> 5.22.0)
sentry-ruby (5.22.0)
sentry-ruby (~> 5.22.1)
sentry-ruby (5.22.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
simplecov (0.22.0)
Expand Down Expand Up @@ -652,7 +652,7 @@ GEM
execjs (>= 0.3.0, < 3)
thor (1.3.2)
timecop (0.9.10)
timeout (0.4.2)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.2)
Expand Down
1 change: 0 additions & 1 deletion app/views/finders/_checkbox_facet.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div id="<%= checkbox_facet.key %>">
<%= render "govuk_publishing_components/components/checkboxes", {
name: checkbox_facet.key,
margin_bottom: true,
small: true,
items: [
{
Expand Down

0 comments on commit 2890d53

Please sign in to comment.