diff --git a/Gemfile b/Gemfile index 7082b94..5131a21 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,6 @@ group :bridgetown_plugins do gem "bridgetown-svg-inliner", "~> 1.0" gem "bridgetown-cloudinary", "~> 1.2" gem "bridgetown-plausible", "~> 1.0.2" - gem "view_component", "~> 2.62" + gem "view_component", "~> 3.15" gem "bridgetown-feed", "~> 2.1.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 1230c88..3692e68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM aws_cf_signer rest-client (>= 2.0.0) colorator (1.1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.3.4) crass (1.0.6) diff-lcs (1.5.0) domain_name (0.5.20190701) @@ -111,7 +111,7 @@ GEM http-accept (1.7.0) http-cookie (1.0.4) domain_name (~> 0.5) - i18n (1.12.0) + i18n (1.14.6) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) json (2.6.2) @@ -126,12 +126,12 @@ GEM loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) - method_source (1.0.0) + method_source (1.1.0) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_portile2 (2.8.0) - minitest (5.16.2) + minitest (5.25.1) multipart-post (2.1.1) netrc (0.11.0) nio4r (2.5.8) @@ -219,14 +219,15 @@ GEM unicode-display_width (~> 1.1, >= 1.1.1) thor (1.2.1) tilt (2.0.10) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.8.1) unicode-display_width (1.8.0) - view_component (2.62.0) - activesupport (>= 5.0.0, < 8.0) + view_component (3.15.0) + activesupport (>= 5.2.0, < 8.0) + concurrent-ruby (~> 1.0) method_source (~> 1.0) webrick (1.7.0) yard (0.9.27) @@ -250,7 +251,7 @@ DEPENDENCIES puma (~> 5.6) solargraph (~> 0.45) standard (~> 1.13) - view_component (~> 2.62) + view_component (~> 3.15) BUNDLED WITH 2.3.9