From 0971de1ffdf3a1df5859a95a95d5472688673004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 22 Nov 2022 00:58:56 +0100 Subject: [PATCH] Bump view_component from 2.69.0 to 2.78.0 ViewComponent 2.78.0 adds support for variants with dashes and dots in their names; since we're going to add variants named after a subdomain, we need this feature. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9b752642f..f8b93ec3c 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.2.0" gem "uuidtools", "~> 2.2.0" -gem "view_component", "~> 2.69.0" +gem "view_component", "~> 2.78.0" gem "whenever", "~> 1.0.0", require: false gem "wicked_pdf", "~> 2.6.3" gem "wkhtmltopdf-binary", "~> 0.12.6" diff --git a/Gemfile.lock b/Gemfile.lock index ce716d9cc..373f0d7bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -678,7 +678,7 @@ GEM unicode-display_width (2.2.0) uniform_notifier (1.16.0) uuidtools (2.2.0) - view_component (2.69.0) + view_component (2.78.0) activesupport (>= 5.0.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -810,7 +810,7 @@ DEPENDENCIES turnout (~> 2.5.0) uglifier (~> 4.2.0) uuidtools (~> 2.2.0) - view_component (~> 2.69.0) + view_component (~> 2.78.0) web-console (~> 4.2.0) webdrivers (~> 4.7.0) whenever (~> 1.0.0)