From 12645c12f437d371ea6229d64f00d8281f3209e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:38:03 +0000 Subject: [PATCH] Update dependency truemail to v3 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 67ce06d87b..75f845477e 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'paper_trail', '~> 14.0' gem 'pg', '1.4.5' # 1.8 is for Rails < 5.0 gem 'ransack', '~> 2.6.0' -gem 'truemail', '~> 2.4' # validates email by regexp, mail server existence and address existence +gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence gem 'validates_email_format_of', '1.7.2' # 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 64ad392306..9bbaf693b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -482,7 +482,7 @@ GEM thor (1.2.1) tilt (2.0.11) timeout (0.3.0) - truemail (2.4.9) + truemail (3.0.3) simpleidn (~> 0.2.1) tzinfo (2.0.5) concurrent-ruby (~> 1.0) @@ -490,7 +490,7 @@ GEM execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext - unf_ext (0.0.7.7) + unf_ext (0.0.8.2) validate_email (0.1.6) activemodel (>= 3.0) mail (>= 2.2.5) @@ -588,7 +588,7 @@ DEPENDENCIES simplecov (= 0.17.1) simpleidn (= 0.2.1) spy - truemail (~> 2.4) + truemail (~> 3.0) uglifier validates_email_format_of (= 1.7.2) webdrivers