diff --git a/Gemfile b/Gemfile index 362860b..2c74ce4 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem 'sidekiq', '~> 7.3' gem 'pg_search', '~> 2.3' gem 'meta-tags', '~> 2.21' -gem 'view_component', '~> 3.12' +gem 'view_component', '~> 3.20' gem 'sprockets-rails', '~> 3.4', '>= 3.4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 3776629..6fdd3cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,8 +289,8 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) useragent (0.16.10) - view_component (3.12.1) - activesupport (>= 5.2.0, < 8.0) + view_component (3.20.0) + activesupport (>= 5.2.0, < 8.1) concurrent-ruby (~> 1.0) method_source (~> 1.0) web-console (4.2.1) @@ -339,7 +339,7 @@ DEPENDENCIES test-prof (~> 1.4) turbo-rails (~> 2.0, >= 2.0.5) tzinfo-data - view_component (~> 3.12) + view_component (~> 3.20) web-console (>= 4.1.0) RUBY VERSION