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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-07 11:09:43 +00:00 committed by GitHub
parent 951155bdf5
commit 11c4013b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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