Install `view_component` gem

This commit is contained in:
Andreas Nedbal 2023-10-20 11:34:01 +02:00
parent 6ff7b08f15
commit 62c26771b9
2 changed files with 7 additions and 0 deletions

View File

@ -66,6 +66,8 @@ gem "fake_email_validator"
# TLD validation
gem "tldv", "~> 0.1.0"
gem "view_component"
gem "jwt", "~> 2.7"
group :development do

View File

@ -485,6 +485,10 @@ GEM
unf_ext (0.0.8)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
view_component (3.6.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
webpush (1.1.0)
@ -580,6 +584,7 @@ DEPENDENCIES
tldv (~> 0.1.0)
turbo-rails
twitter-text
view_component
BUNDLED WITH
2.4.21