From 474dd09f904a1b2c64ebbde7a767109e07ff3432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:45:29 +0000 Subject: [PATCH] Bump view_component from 2.28.0 to 2.37.0 Bumps [view_component](https://github.com/github/view_component) from 2.28.0 to 2.37.0. - [Release notes](https://github.com/github/view_component/releases) - [Changelog](https://github.com/github/view_component/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/github/view_component/compare/v2.28.0...v2.37.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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 549f7bf44..2cc2631d5 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem "translator-text", "~> 0.1.0" gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.2.0" -gem "view_component", "~> 2.28.0", require: "view_component/engine" +gem "view_component", "~> 2.37.0", require: "view_component/engine" gem "whenever", "~> 1.0.0", require: false gem "wicked_pdf", "~> 2.1.0" gem "wkhtmltopdf-binary", "~> 0.12.4" diff --git a/Gemfile.lock b/Gemfile.lock index 1abc42d1c..e0f3b32bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -668,8 +668,9 @@ GEM uniform_notifier (1.14.2) user_agent_parser (2.6.0) uuidtools (2.1.5) - view_component (2.28.0) - activesupport (>= 5.0.0, < 7.0) + view_component (2.37.0) + activesupport (>= 5.0.0, < 8.0) + method_source (~> 1.0) warden (1.2.9) rack (>= 2.0.9) wasabi (3.6.1) @@ -797,7 +798,7 @@ DEPENDENCIES turbolinks (~> 5.2.1) turnout (~> 2.5.0) uglifier (~> 4.2.0) - view_component (~> 2.28.0) + view_component (~> 2.37.0) web-console (~> 3.7.0) webdrivers (~> 4.6.0) whenever (~> 1.0.0)