diff --git a/Gemfile b/Gemfile index b97b9e681..e207eecf3 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ gem "rails-controller-testing" gem "action_policy", "~> 0.7.4" # Use ViewComponent for our presenter pattern framework -gem "view_component", "~> 4.0.2" +gem "view_component", "~> 4.1.0" # Use dry-types for defining types gem "dry-types", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 19c23b065..68288010e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) - benchmark (0.4.1) + benchmark (0.5.0) better_errors (2.10.1) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -618,8 +618,8 @@ GEM uri (1.0.4) useragent (0.16.11) version_gem (1.1.8) - view_component (4.0.2) - activesupport (>= 7.1.0, < 8.1) + view_component (4.1.0) + activesupport (>= 7.1.0, < 8.2) concurrent-ruby (~> 1) warden (1.2.9) rack (>= 2.0.9) @@ -708,7 +708,7 @@ DEPENDENCIES traceroute turbo-rails tzinfo-data - view_component (~> 4.0.2) + view_component (~> 4.1.0) web-console RUBY VERSION