From 35defe9d76e6d824e0fa85642c79609965cb6b15 Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Tue, 22 Oct 2024 14:47:15 -0700 Subject: [PATCH] Upgrade to view_component v3.19 to fix CI (#3167) --- Gemfile.lock | 4 ++-- demo/Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 98a95b8224..1c8517a58f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,8 +262,8 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) - view_component (3.12.1) - activesupport (>= 5.2.0, < 8.0) + view_component (3.19.0) + activesupport (>= 5.2.0, < 8.1) concurrent-ruby (~> 1.0) method_source (~> 1.0) vite_rails (3.0.17) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 469b27f535..7084b2bf14 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -328,8 +328,8 @@ GEM railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - view_component (3.14.0) - activesupport (>= 5.2.0, < 8.0) + view_component (3.19.0) + activesupport (>= 5.2.0, < 8.1) concurrent-ruby (~> 1.0) method_source (~> 1.0) vite_rails (3.0.17)