Skip to content

Commit 8a1b3ec

Browse files
[dependabot:bundler] Bump the regular-updates group with 2 updates
Bumps the regular-updates group with 2 updates: [bootsnap](https://github.com/rails/bootsnap) and [view_component](https://github.com/viewcomponent/view_component). Updates `bootsnap` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.22.0...v1.23.0) Updates `view_component` from 4.2.0 to 4.4.0 - [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@v4.2.0...v4.4.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates - dependency-name: view_component dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c177b1 commit 8a1b3ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gem "citizens_advice_cookie_preferences",
4747

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

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

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ GEM
128128
benchmark (0.5.0)
129129
bigdecimal (4.0.1)
130130
bindex (0.8.1)
131-
bootsnap (1.22.0)
131+
bootsnap (1.23.0)
132132
msgpack (~> 1.2)
133133
brakeman (8.0.2)
134134
racc
@@ -340,7 +340,7 @@ GEM
340340
preserve (3.0.0)
341341
actionpack (>= 3.2)
342342
prettyprint (0.2.0)
343-
prism (1.8.0)
343+
prism (1.9.0)
344344
propshaft (1.3.1)
345345
actionpack (>= 7.0.0)
346346
activesupport (>= 7.0.0)
@@ -506,7 +506,7 @@ GEM
506506
uri (1.1.1)
507507
useragent (0.16.11)
508508
vcr (6.4.0)
509-
view_component (4.2.0)
509+
view_component (4.4.0)
510510
actionview (>= 7.1.0)
511511
activesupport (>= 7.1.0)
512512
concurrent-ruby (~> 1)
@@ -588,7 +588,7 @@ DEPENDENCIES
588588
selenium-webdriver
589589
tzinfo-data
590590
vcr
591-
view_component (~> 4.2)
591+
view_component (~> 4.4)
592592
web-console
593593
webdrivers
594594
webmock

0 commit comments

Comments
 (0)