From 742492c153953ce9260bde2e9d4a46bad0d679d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:29:22 +0100 Subject: [PATCH] Upgrade: Bump view_component from 3.11.0 to 3.12.1 (#4566) Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.11.0 to 3.12.1.
Release notes

Sourced from view_component's releases.

v3.12.1

v3.12.0

Changelog

Sourced from view_component's changelog.

3.12.1

3.12.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=view_component&package-manager=bundler&previous-version=3.11.0&new-version=3.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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 31209f7f22..85584a62c5 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'sentry-sidekiq', '~> 5.17' gem 'shakapacker', '6.6.0' gem 'sidekiq', '~> 7.2' gem 'turbo-rails', '~> 2.0' -gem 'view_component', '~> 3.11' +gem 'view_component', '~> 3.12' group :development do gem 'letter_opener', '~> 1.8' diff --git a/Gemfile.lock b/Gemfile.lock index b91d98c923..ee9079aac4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -565,7 +565,7 @@ GEM uri (0.13.0) vcr (6.2.0) version_gem (1.1.2) - view_component (3.11.0) + view_component (3.12.1) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -657,7 +657,7 @@ DEPENDENCIES simplecov (~> 0.22) turbo-rails (~> 2.0) vcr (~> 6.2) - view_component (~> 3.11) + view_component (~> 3.12) web-console (~> 4.2) webmock (~> 3.19)