diff --git a/Gemfile b/Gemfile index cfa9e67..dbbd862 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem "omniauth-github", "~> 2.0" gem "omniauth-rails_csrf_protection", "~> 1.0" # ViewComponent for reusable view components [https://github.com/viewcomponent/view_component] -gem "view_component", "~> 3.20" +gem "view_component", "~> 4.0" # Time management and tracking gem 'business_time', '~> 0.13.0' # Business time calculations diff --git a/Gemfile.lock b/Gemfile.lock index 970a047..934d754 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM bcrypt (3.1.20) bcrypt_pbkdf (1.1.1) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -292,7 +292,6 @@ GEM marcel (1.0.4) matrix (0.4.3) memo_wise (1.13.0) - method_source (1.1.0) mini_mime (1.1.5) minitest (5.25.5) mongo (2.21.3) @@ -578,10 +577,9 @@ GEM uri (1.0.3) useragent (0.16.11) version_gem (1.1.8) - view_component (3.23.2) - activesupport (>= 5.2.0, < 8.1) + view_component (4.0.2) + activesupport (>= 7.1.0, < 8.1) concurrent-ruby (~> 1) - method_source (~> 1.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.1) @@ -679,7 +677,7 @@ DEPENDENCIES thruster turbo-rails tzinfo-data - view_component (~> 3.20) + view_component (~> 4.0) web-console working_hours (~> 1.4)