From 11c4013b5909f51a0c3095e61f81ee079264af69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 11:09:43 +0000 Subject: [PATCH] Bump truemail from 1.9.2 to 2.2.3 Bumps [truemail](https://github.com/truemail-rb/truemail) from 1.9.2 to 2.2.3. - [Release notes](https://github.com/truemail-rb/truemail/releases) - [Changelog](https://github.com/truemail-rb/truemail/blob/master/CHANGELOG.md) - [Commits](https://github.com/truemail-rb/truemail/compare/v1.9.2...v2.2.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 12fc60704f..58712df43c 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'paper_trail', '~> 10.3' gem 'pg', '1.2.2' # 1.8 is for Rails < 5.0 gem 'ransack', '~> 2.3' -gem 'truemail', '~> 1.7' # validates email by regexp, mail server existence and address existence +gem 'truemail', '~> 2.2' # validates email by regexp, mail server existence and address existence gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and RFC 3696 # 0.7.3 is the latest for Rails 4.2, however, it is absent on Rubygems server diff --git a/Gemfile.lock b/Gemfile.lock index 5c5cbfe409..46c2b77b88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -452,7 +452,7 @@ GEM thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) - truemail (1.9.2) + truemail (2.2.3) simpleidn (~> 0.1.1) tzinfo (1.2.9) thread_safe (~> 0.1) @@ -558,7 +558,7 @@ DEPENDENCIES selectize-rails (= 0.12.1) simplecov (= 0.17.1) simpleidn (= 0.1.1) - truemail (~> 1.7) + truemail (~> 2.2) uglifier validates_email_format_of (= 1.6.3) webdrivers