From 2b2bb6d46b59e1e402a699482d62ae6b8619a6e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 03:50:57 +0000 Subject: [PATCH] chore(deps): bump valid_email2 from 5.0.5 to 5.1.0 Bumps [valid_email2](https://github.com/micke/valid_email2) from 5.0.5 to 5.1.0. - [Changelog](https://github.com/micke/valid_email2/blob/master/CHANGELOG.md) - [Commits](https://github.com/micke/valid_email2/compare/v5.0.5...v5.1.0) --- updated-dependencies: - dependency-name: valid_email2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ac18ffda16..905eac7323 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.5) + valid_email2 (5.1.0) activemodel (>= 3.2) mail (~> 2.5) validate_email (0.1.6)