Skip to content

Commit 1e1632d

Browse files
[dependabot:bundler] bump view_component from 3.23.2 to 4.0.1
Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.23.2 to 4.0.1. - [Release notes](https://github.com/viewcomponent/view_component/releases) - [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md) - [Commits](ViewComponent/view_component@v3.23.2...v4.0.1) --- updated-dependencies: - dependency-name: view_component dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6989947 commit 1e1632d

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gem "citizens_advice_components",
4343

4444
# The citizens_advice_components gem uses view component but we also use this to write
4545
# our app components so explicitly name it as an application dependency.
46-
gem "view_component", "~> 3.23"
46+
gem "view_component", "~> 4.0"
4747

4848
# Multi-step forms. Used alongside the design system form builder
4949
gem "wizard_steps", "~> 0.1.4"

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,9 @@ GEM
485485
useragent (0.16.11)
486486
vcr (6.3.1)
487487
base64
488-
view_component (3.23.2)
489-
activesupport (>= 5.2.0, < 8.1)
488+
view_component (4.0.1)
489+
activesupport (>= 7.1.0, < 8.1)
490490
concurrent-ruby (~> 1)
491-
method_source (~> 1.0)
492491
web-console (4.2.1)
493492
actionview (>= 6.0.0)
494493
activemodel (>= 6.0.0)
@@ -564,7 +563,7 @@ DEPENDENCIES
564563
selenium-webdriver
565564
tzinfo-data
566565
vcr
567-
view_component (~> 3.23)
566+
view_component (~> 4.0)
568567
web-console
569568
webdrivers
570569
webmock

0 commit comments

Comments
 (0)