From 52ec5094f0c66c5b8752017ebd80a7c090039ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 21:07:57 +0000 Subject: [PATCH] Bump view_component from 3.6.0 to 3.11.0 Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.6.0 to 3.11.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.11.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 b5d7672c2..786c80466 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.2.0" gem "uuidtools", "~> 2.2.0" -gem "view_component", "~> 3.6.0" +gem "view_component", "~> 3.11.0" gem "whenever", "~> 1.0.0", require: false gem "wicked_pdf", "~> 2.7.0" gem "wkhtmltopdf-binary", "~> 0.12.6" diff --git a/Gemfile.lock b/Gemfile.lock index 8786ce863..3a2663f90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -656,7 +656,7 @@ GEM uniform_notifier (1.16.0) uuidtools (2.2.0) version_gem (1.1.3) - view_component (3.6.0) + view_component (3.11.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -787,7 +787,7 @@ DEPENDENCIES turnout (~> 2.5.0) uglifier (~> 4.2.0) uuidtools (~> 2.2.0) - view_component (~> 3.6.0) + view_component (~> 3.11.0) web-console (~> 4.2.1) whenever (~> 1.0.0) wicked_pdf (~> 2.7.0)