From 489673861260807b25ddfba570d57e03f4170519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:25:14 +0000 Subject: [PATCH] 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](https://github.com/viewcomponent/view_component/compare/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] --- Gemfile | 2 +- Gemfile.lock | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 8223f9e..7ad10b2 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "stimulus-rails" gem "jbuilder" # ViewComponent for component-based views -gem "view_component", "~> 3.20" +gem "view_component", "~> 4.0" # CSS framework gem "tailwindcss-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 1f3c8cf..bcfb227 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,7 +293,6 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.3) - method_source (1.1.0) metrics (0.12.2) mime-types (3.7.0) logger @@ -558,10 +557,9 @@ GEM uri (1.0.3) useragent (0.16.11) version_gem (1.1.8) - view_component (3.23.2) - activesupport (>= 5.2.0, < 8.1) + view_component (4.0.1) + activesupport (>= 7.1.0, < 8.1) concurrent-ruby (~> 1) - method_source (~> 1.0) web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -622,7 +620,7 @@ DEPENDENCIES thruster turbo-rails tzinfo-data - view_component (~> 3.20) + view_component (~> 4.0) web-console BUNDLED WITH