diff --git a/Gemfile b/Gemfile index 02bce30..ed835ec 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem 'sidekiq', '~> 7.2' gem 'pg_search', '~> 2.3' gem 'meta-tags', '~> 2.20' -gem 'view_component', '~> 3.7' +gem 'view_component', '~> 3.11' gem 'sprockets-rails', '~> 3.4', '>= 3.4.2' diff --git a/Gemfile.lock b/Gemfile.lock index ccbc42b..ea8997c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - view_component (3.7.0) + view_component (3.11.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -309,7 +309,7 @@ DEPENDENCIES test-prof (~> 1.2) turbo-rails (~> 1.4) tzinfo-data - view_component (~> 3.7) + view_component (~> 3.11) web-console (>= 4.1.0) RUBY VERSION