From 7664ac89e2f908ee91a55280f83916e97f870a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:50:37 -0700 Subject: [PATCH] Bump view_component from 3.14.0 to 3.18.0 (#1072) Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.14.0 to 3.18.0. - [Release notes](https://github.com/viewcomponent/view_component/releases) - [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/viewcomponent/view_component/compare/v3.14.0...v3.18.0) --- updated-dependencies: - dependency-name: view_component dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 62cf91fba..6d699550b 100644 --- a/Gemfile +++ b/Gemfile @@ -108,7 +108,7 @@ gem "rails-controller-testing" gem "action_policy", "~> 0.7.1" # Use ViewComponent for our presenter pattern framework -gem "view_component", "~> 3.14" +gem "view_component", "~> 3.18" # Use dry-types for defining types gem "dry-types", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 777880ecc..8827e0a3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -497,7 +497,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) useragent (0.16.10) - view_component (3.14.0) + view_component (3.18.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -578,7 +578,7 @@ DEPENDENCIES traceroute turbo-rails tzinfo-data - view_component (~> 3.14) + view_component (~> 3.18) web-console RUBY VERSION