From 216352edc48b4d34f2f1b8939c3f4381f9e24402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:31:48 +0000 Subject: [PATCH] Bump view_component from 3.18.0 to 3.19.0 Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.18.0 to 3.19.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.18.0...v3.19.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 99389a13b..ec91b1ec0 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem "redcarpet", "~> 3.6" gem "gretel", "~> 5.0" # Better UI components gem "lookbook", ">= 2.0.0.beta.4" -gem "view_component", "~> 3.18" +gem "view_component", "~> 3.19" # QR Code Generation! gem "rqrcode", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index b70a6743a..b2ba8f5c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -512,8 +512,8 @@ GEM unicode-display_width (2.6.0) uniform_notifier (1.16.0) uri (0.13.1) - view_component (3.18.0) - activesupport (>= 5.2.0, < 8.0) + view_component (3.19.0) + activesupport (>= 5.2.0, < 8.1) concurrent-ruby (~> 1.0) method_source (~> 1.0) web-console (4.2.1) @@ -602,7 +602,7 @@ DEPENDENCIES strong_migrations (~> 2.0) turbo-rails tzinfo-data (~> 1.2021) - view_component (~> 3.18) + view_component (~> 3.19) web-console (~> 4.2) webmock