diff --git a/Gemfile b/Gemfile index fc32112..60b6ef5 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "stimulus-rails" gem "tailwindcss-rails" gem "turbo-rails" gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] -gem "view_component", "~> 2.0" +gem "view_component", "~> 4.1" group :development, :test do gem "debug", platforms: %i[mri mingw x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index e18c0ec..305d2ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM ast (2.4.3) base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.1) + benchmark (0.5.0) better_html (1.0.16) actionview (>= 4.0) activesupport (>= 4.0) @@ -104,7 +104,7 @@ GEM html_tokenizer (~> 0.0.6) parser (>= 2.4) smart_properties - bigdecimal (3.2.2) + bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.4) msgpack (~> 1.2) @@ -119,7 +119,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) cuprite (0.15.1) capybara (~> 3.0) @@ -222,10 +222,9 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - method_source (1.1.0) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.26.0) msgpack (1.7.5) multi_xml (0.7.2) bigdecimal (~> 3.1) @@ -461,10 +460,9 @@ GEM unicode-emoji (4.0.4) uri (1.0.3) version_gem (1.1.4) - view_component (2.83.0) - activesupport (>= 5.2.0, < 8.0) - concurrent-ruby (~> 1.0) - method_source (~> 1.0) + view_component (4.1.0) + activesupport (>= 7.1.0, < 8.2) + concurrent-ruby (~> 1) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.1) @@ -533,7 +531,7 @@ DEPENDENCIES tailwindcss-rails turbo-rails tzinfo-data - view_component (~> 2.0) + view_component (~> 4.1) web-console webrick (>= 1.8.2)