From ea3904ced1fe43850bd0cfedd10d5c78d52e7fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:10:54 +0000 Subject: [PATCH] Bump view_component from 3.6.0 to 3.7.0 Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.6.0 to 3.7.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.6.0...v3.7.0) --- updated-dependencies: - dependency-name: view_component dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c99b5ba61..e3578677b 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem "redcarpet", "~> 3.6" gem "gretel", "~> 4.6" # Better UI components gem "lookbook", ">= 2.0.0.beta.4" -gem "view_component", "~> 3.6" +gem "view_component", "~> 3.7" # Pagination! gem "pagy", "~> 6.1" diff --git a/Gemfile.lock b/Gemfile.lock index 6d53203a9..b1790970a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -498,7 +498,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) - view_component (3.6.0) + view_component (3.7.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -582,7 +582,7 @@ DEPENDENCIES strong_migrations (~> 1.6) turbo-rails tzinfo-data (~> 1.2021) - view_component (~> 3.6) + view_component (~> 3.7) web-console (~> 4.2) webmock