From f81e1c8eff7fee2ba5085a1d0b13c2768dafad70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 18:19:51 +0000 Subject: [PATCH] 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 ae7f95a..253a949 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ group :test do gem "selenium-webdriver" end -gem "view_component", "~> 3.21" +gem "view_component", "~> 4.1" gem "requestjs-rails", "~> 0.0.13" diff --git a/Gemfile.lock b/Gemfile.lock index 4ceb777..d676ec3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) bcrypt_pbkdf (1.1.1) - benchmark (0.4.1) + benchmark (0.5.0) better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) @@ -86,7 +86,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.2.2) + bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -182,9 +182,8 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.3) - method_source (1.1.0) mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.26.0) msgpack (1.8.0) net-imap (0.5.10) date @@ -415,12 +414,11 @@ 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) - 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) web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -479,7 +477,7 @@ DEPENDENCIES thruster turbo-rails tzinfo-data - view_component (~> 3.21) + view_component (~> 4.1) web-console BUNDLED WITH