Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gem "citizens_advice_cookie_preferences",

# The citizens_advice_components gem uses view component but we also use this to write
# our app components so explicitly name it as an application dependency.
gem "view_component", "~> 4.4"
gem "view_component", "~> 4.5"

# Multi-step forms. Used alongside the design system form builder
gem "wizard_steps", "~> 0.1.4"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
bindex (0.8.1)
bootsnap (1.23.0)
msgpack (~> 1.2)
brakeman (8.0.2)
brakeman (8.0.4)
racc
builder (3.3.0)
bundler-audit (0.9.3)
Expand Down Expand Up @@ -508,7 +508,7 @@ GEM
uri (1.1.1)
useragent (0.16.11)
vcr (6.4.0)
view_component (4.4.0)
view_component (4.5.0)
actionview (>= 7.1.0)
activesupport (>= 7.1.0)
concurrent-ruby (~> 1)
Expand Down Expand Up @@ -589,7 +589,7 @@ DEPENDENCIES
selenium-webdriver
tzinfo-data
vcr
view_component (~> 4.4)
view_component (~> 4.5)
web-console
webdrivers
webmock
Expand Down