diff --git a/Gemfile b/Gemfile index 63ed77031..d08ba4763 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,7 @@ gem "rails-controller-testing" gem "action_policy", "~> 0.7.3" # Use ViewComponent for our presenter pattern framework -gem "view_component", "~> 3.20" +gem "view_component", "~> 3.21" # Use dry-types for defining types gem "dry-types", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 4f2f01487..dcbf0bcfa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,7 +310,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.3) + logger (1.6.4) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -542,7 +542,7 @@ GEM unicode-emoji (4.0.4) uri (1.0.2) useragent (0.16.11) - view_component (3.20.0) + view_component (3.21.0) activesupport (>= 5.2.0, < 8.1) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -625,7 +625,7 @@ DEPENDENCIES traceroute turbo-rails tzinfo-data - view_component (~> 3.20) + view_component (~> 3.21) web-console RUBY VERSION