Add valid_email2 gem to Gemfile and run bundle install

This commit is contained in:
Nihal Mohammed
2021-07-06 17:59:59 +05:30
parent 46cd05c54a
commit 262baf1870
2 changed files with 8 additions and 3 deletions

View File

@@ -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"

View File

@@ -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!