From 906a4ebbfe4ae714cb2f3ccb1d1e72500834c432 Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Sat, 11 May 2024 00:35:39 +0000 Subject: [PATCH] chore(deps): update dependency view_component to v3 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e15835f..d06d747 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "simple_form", "~> 5" gem "sprockets-rails", "~> 3" gem "tailwindcss-rails", "~> 2" gem "turbo-rails", "~> 1" -gem "view_component", "~> 2" +gem "view_component", "~> 3" # Use Redis adapter to run Action Cable in production gem "redis", "~> 4"