Update dependency truemail to v3

This commit is contained in:
renovate[bot] 2022-12-07 13:38:03 +00:00 committed by GitHub
parent dc4094ecda
commit 12645c12f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

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