From 56d0cbe690b8138932068381a56f9bd2a45877fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 11:36:51 +0000 Subject: [PATCH] Bump view_component from 3.11.0 to 3.22.0 Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.11.0 to 3.22.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.11.0...v3.22.0) --- updated-dependencies: - dependency-name: view_component dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 5bcf2d6a7..97bf5d18e 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.2.1" gem "uuidtools", "~> 2.2.0" -gem "view_component", "~> 3.11.0" +gem "view_component", "~> 3.23.1" gem "whenever", "~> 1.0.0", require: false gem "wicked_pdf", "~> 2.8.2" gem "wkhtmltopdf-binary", "~> 0.12.6" diff --git a/Gemfile.lock b/Gemfile.lock index 6327a6f3a..414400ff6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -702,9 +702,9 @@ GEM uri (1.0.3) uuidtools (2.2.0) version_gem (1.1.4) - view_component (3.11.0) - activesupport (>= 5.2.0, < 8.0) - concurrent-ruby (~> 1.0) + view_component (3.23.1) + activesupport (>= 5.2.0, < 8.1) + concurrent-ruby (~> 1) method_source (~> 1.0) warden (1.2.9) rack (>= 2.0.9) @@ -832,7 +832,7 @@ DEPENDENCIES turnout (~> 2.5.0) uglifier (~> 4.2.1) uuidtools (~> 2.2.0) - view_component (~> 3.11.0) + view_component (~> 3.23.1) web-console (~> 4.2.1) whenever (~> 1.0.0) wicked_pdf (~> 2.8.2)