From a7d15daa4c603ef4a170b0def6e30db96342e968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 20:26:23 +0000 Subject: [PATCH] chore(deps): bump view_component from 3.23.2 to 4.1.0 Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.23.2 to 4.1.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...v4.1.0) --- updated-dependencies: - dependency-name: view_component dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index cfa9e67..b9a72f8 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.1" # Time management and tracking gem 'business_time', '~> 0.13.0' # Business time calculations diff --git a/Gemfile.lock b/Gemfile.lock index 970a047..c2dee9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,8 +82,8 @@ GEM base64 (0.3.0) bcrypt (3.1.20) bcrypt_pbkdf (1.1.1) - benchmark (0.4.1) - bigdecimal (3.2.2) + benchmark (0.5.0) + bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -292,9 +292,8 @@ 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) + minitest (5.26.0) mongo (2.21.3) base64 bson (>= 4.14.1, < 6.0.0) @@ -575,13 +574,12 @@ GEM unicode-display_width (3.1.5) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.3) + uri (1.0.4) useragent (0.16.11) version_gem (1.1.8) - view_component (3.23.2) - activesupport (>= 5.2.0, < 8.1) + view_component (4.1.0) + activesupport (>= 7.1.0, < 8.2) 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.1) web-console working_hours (~> 1.4)