From 6cf46c9bdc0b44f3740a3c7ba15bee70646cc354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 04:21:35 +0000 Subject: [PATCH] chore(deps): bump valid_email2 from 5.0.0 to 5.0.2 Bumps [valid_email2](https://github.com/micke/valid_email2) from 5.0.0 to 5.0.2. - [Changelog](https://github.com/micke/valid_email2/blob/master/CHANGELOG.md) - [Commits](https://github.com/micke/valid_email2/compare/v5.0.0...v5.0.2) --- updated-dependencies: - dependency-name: valid_email2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 901c5aa39d..e5c8fb6f33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -727,7 +727,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.4.2) uniform_notifier (1.16.0) - valid_email2 (5.0.0) + valid_email2 (5.0.2) activemodel (>= 3.2) mail (~> 2.5) validate_email (0.1.6)