diff --git a/Gemfile b/Gemfile index 10e3f82..b524495 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ end gem "tailwindcss-rails", "~> 4.1" -gem "view_component", "~> 3.10" +gem "view_component", "~> 3.23" # Markdown parsing and frontmatter extraction gem "front_matter_parser", "~> 1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index 4490a7a..20075da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM racc builder (3.3.0) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.3) crass (1.0.6) date (3.4.1) debug (1.10.0) @@ -95,7 +95,7 @@ GEM diff-lcs (1.6.1) domain_name (0.6.20240107) dotenv (3.1.7) - drb (2.2.1) + drb (2.2.3) ed25519 (1.3.0) erubi (1.13.1) et-orbi (1.2.11) @@ -176,7 +176,7 @@ GEM zeitwerk (>= 2.6.18, < 3.0) language_server-protocol (3.17.0.4) lint_roller (1.1.0) - logger (1.6.6) + logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -203,7 +203,7 @@ GEM benchmark logger mini_mime (1.1.5) - minitest (5.25.4) + minitest (5.25.5) msgpack (1.8.0) nesty (1.0.2) net-http (0.6.0) @@ -419,11 +419,11 @@ GEM unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.2) + uri (1.0.3) useragent (0.16.11) - view_component (3.21.0) + view_component (3.23.2) activesupport (>= 5.2.0, < 8.1) - concurrent-ruby (~> 1.0) + concurrent-ruby (~> 1) method_source (~> 1.0) web-console (4.2.1) actionview (>= 6.0.0) @@ -476,7 +476,7 @@ DEPENDENCIES thruster turbo-rails tzinfo-data - view_component (~> 3.10) + view_component (~> 3.23) web-console BUNDLED WITH