From de2de606ef9e03c10cfec58407649ae46717f940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:41:59 +0000 Subject: [PATCH] chore(deps): bump view_component from 3.23.2 to 4.0.2 Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.23.2 to 4.0.2. - [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.2) --- updated-dependencies: - dependency-name: view_component dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index cfa9e67..dbbd862 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem "omniauth-github", "~> 2.0" gem "omniauth-rails_csrf_protection", "~> 1.0" # ViewComponent for reusable view components [https://github.com/viewcomponent/view_component] -gem "view_component", "~> 3.20" +gem "view_component", "~> 4.0" # Time management and tracking gem 'business_time', '~> 0.13.0' # Business time calculations diff --git a/Gemfile.lock b/Gemfile.lock index 970a047..934d754 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM bcrypt (3.1.20) bcrypt_pbkdf (1.1.1) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -292,7 +292,6 @@ GEM marcel (1.0.4) matrix (0.4.3) memo_wise (1.13.0) - method_source (1.1.0) mini_mime (1.1.5) minitest (5.25.5) mongo (2.21.3) @@ -578,10 +577,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.2) + activesupport (>= 7.1.0, < 8.1) concurrent-ruby (~> 1) - method_source (~> 1.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.1) @@ -679,7 +677,7 @@ DEPENDENCIES thruster turbo-rails tzinfo-data - view_component (~> 3.20) + view_component (~> 4.0) web-console working_hours (~> 1.4)