From d0a6d918fdf7bb1ce56ffc7713a8fac26e10e070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:20:47 +0000 Subject: [PATCH] Bump view_component from 3.23.2 to 3.24.0 Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.23.2 to 3.24.0. - [Release notes](https://github.com/viewcomponent/view_component/releases) - [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/viewcomponent/view_component/compare/v3.23.2...v3.24.0) --- updated-dependencies: - dependency-name: view_component dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 973b20151..ac67985ae 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem "timecop" gem "turbo-rails" gem "tzinfo-data" gem "uri", ">= 1.0.4" -gem "view_component", "~> 3.23.2" +gem "view_component", "~> 3.24.0" gem "yaml_db" group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index a9fdb50c3..0ed3137fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -750,8 +750,8 @@ GEM vcr (6.3.1) base64 version_gem (1.1.9) - view_component (3.23.2) - activesupport (>= 5.2.0, < 8.1) + view_component (3.24.0) + activesupport (>= 5.2.0, < 8.2) concurrent-ruby (~> 1) method_source (~> 1.0) warden (1.2.9) @@ -886,7 +886,7 @@ DEPENDENCIES tzinfo-data uri (>= 1.0.4) vcr - view_component (~> 3.23.2) + view_component (~> 3.24.0) web-console (>= 3.3.0) webmock yaml_db