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.
This commit is contained in:
Javi Martín
2022-11-22 00:58:56 +01:00
parent 827f73d22d
commit 0971de1ffd
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ gem "turbolinks", "~> 5.2.1"
gem "turnout", "~> 2.5.0" gem "turnout", "~> 2.5.0"
gem "uglifier", "~> 4.2.0" gem "uglifier", "~> 4.2.0"
gem "uuidtools", "~> 2.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 "whenever", "~> 1.0.0", require: false
gem "wicked_pdf", "~> 2.6.3" gem "wicked_pdf", "~> 2.6.3"
gem "wkhtmltopdf-binary", "~> 0.12.6" gem "wkhtmltopdf-binary", "~> 0.12.6"

View File

@@ -678,7 +678,7 @@ GEM
unicode-display_width (2.2.0) unicode-display_width (2.2.0)
uniform_notifier (1.16.0) uniform_notifier (1.16.0)
uuidtools (2.2.0) uuidtools (2.2.0)
view_component (2.69.0) view_component (2.78.0)
activesupport (>= 5.0.0, < 8.0) activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
method_source (~> 1.0) method_source (~> 1.0)
@@ -810,7 +810,7 @@ DEPENDENCIES
turnout (~> 2.5.0) turnout (~> 2.5.0)
uglifier (~> 4.2.0) uglifier (~> 4.2.0)
uuidtools (~> 2.2.0) uuidtools (~> 2.2.0)
view_component (~> 2.69.0) view_component (~> 2.78.0)
web-console (~> 4.2.0) web-console (~> 4.2.0)
webdrivers (~> 4.7.0) webdrivers (~> 4.7.0)
whenever (~> 1.0.0) whenever (~> 1.0.0)