From 403bf8774438657d3cb76cf0d195f557e7470a75 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 14:31:51 +0000 Subject: [PATCH] Bump view_component from 2.19.1 to 2.28.0 Bumps [view_component](https://github.com/github/view_component) from 2.19.1 to 2.28.0. - [Release notes](https://github.com/github/view_component/releases) - [Changelog](https://github.com/github/view_component/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/view_component/compare/v2.19.1...v2.28.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7bc7d2e42..36ae4c7c1 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.19.1", require: "view_component/engine" +gem "view_component", "~> 2.28.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 171d49822..e12decc21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -661,7 +661,7 @@ GEM uniform_notifier (1.14.2) user_agent_parser (2.6.0) uuidtools (2.1.5) - view_component (2.19.1) + view_component (2.28.0) activesupport (>= 5.0.0, < 7.0) warden (1.2.9) rack (>= 2.0.9) @@ -789,7 +789,7 @@ DEPENDENCIES turbolinks (~> 5.2.1) turnout (~> 2.5.0) uglifier (~> 4.2.0) - view_component (~> 2.19.1) + view_component (~> 2.28.0) web-console (~> 3.7.0) webdrivers (~> 4.4.1) whenever (~> 1.0.0)