diff --git a/Gemfile b/Gemfile index 63e2ae23..c85349e8 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index c9dfd28f..410d2741 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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