From 262baf1870675ee0636e976cf60313795dc080a5 Mon Sep 17 00:00:00 2001 From: Nihal Mohammed Date: Tue, 6 Jul 2021 17:59:59 +0530 Subject: [PATCH] Add valid_email2 gem to Gemfile and run bundle install --- Gemfile | 2 ++ Gemfile.lock | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0c9482fbfb..48c513aa57 100644 --- a/Gemfile +++ b/Gemfile @@ -25,6 +25,8 @@ gem "activerecord-import" gem "db2fog", github: "openfoodfoundation/db2fog", branch: "rails-6" gem "fog-aws", "~> 2.0" # db2fog does not support v3 +gem "valid_email2" + gem "catalog", path: "./engines/catalog" gem 'dfc_provider', path: './engines/dfc_provider' gem "order_management", path: "./engines/order_management" diff --git a/Gemfile.lock b/Gemfile.lock index 0f9425d5c6..100c032905 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -644,9 +644,11 @@ GEM get_process_mem (~> 0) unicorn (>= 4, < 7) uniform_notifier (1.14.2) - view_component (2.35.0) - activesupport (>= 5.0.0, < 8.0) - method_source (~> 1.0) + valid_email2 (4.0.0) + activemodel (>= 3.2) + mail (~> 2.5) + view_component (2.34.0) + activesupport (>= 5.0.0, < 7.0) view_component_storybook (0.8.0) view_component (>= 2.2) warden (1.2.9) @@ -803,6 +805,7 @@ DEPENDENCIES uglifier (>= 1.0.3) unicorn-rails unicorn-worker-killer + valid_email2 view_component view_component_storybook web!