From 270c2864596da7f4153431cc81e38a6a63aa92be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 18:47:33 +0000 Subject: [PATCH] Bump view_component from 3.23.2 to 4.0.0 Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.23.2 to 4.0.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.0.0) --- updated-dependencies: - dependency-name: view_component dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index e7c0c26..0998b8f 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :test do gem "selenium-webdriver" end -gem "view_component", "~> 3.21" +gem "view_component", "~> 4.0" gem "requestjs-rails", "~> 0.0.13" diff --git a/Gemfile.lock b/Gemfile.lock index 5a53b69..3fcafed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,6 @@ 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) msgpack (1.8.0) @@ -193,6 +192,8 @@ GEM nio4r (2.7.4) nokogiri (1.18.8-x86_64-darwin) racc (~> 1.4) + nokogiri (1.18.8-x86_64-linux-gnu) + racc (~> 1.4) ostruct (0.6.2) pagy (9.3.5) parallel (1.27.0) @@ -355,6 +356,7 @@ GEM railties (>= 7.1) thor (~> 1.3.1) sqlite3 (2.7.2-x86_64-darwin) + sqlite3 (2.7.2-x86_64-linux-gnu) sshkit (1.24.0) base64 logger @@ -386,8 +388,10 @@ GEM railties (>= 7.0.0) tailwindcss-ruby (~> 4.0) tailwindcss-ruby (4.1.11-x86_64-darwin) + tailwindcss-ruby (4.1.11-x86_64-linux-gnu) thor (1.3.2) thruster (0.1.14-x86_64-darwin) + thruster (0.1.14-x86_64-linux) timeout (0.4.3) turbo-rails (2.0.16) actionpack (>= 7.1.0) @@ -399,10 +403,9 @@ GEM unicode-emoji (4.0.4) uri (1.0.3) useragent (0.16.11) - view_component (3.23.2) - activesupport (>= 5.2.0, < 8.1) + view_component (4.0.0) + 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) @@ -419,6 +422,7 @@ GEM PLATFORMS x86_64-darwin-24 + x86_64-linux DEPENDENCIES bcrypt (~> 3.1.7) @@ -458,7 +462,7 @@ DEPENDENCIES thruster turbo-rails tzinfo-data - view_component (~> 3.21) + view_component (~> 4.0) web-console BUNDLED WITH