Skip to content

Commit

Permalink
Merge pull request #2499 from internetee/renovate/truemail-3.x
Browse files Browse the repository at this point in the history
Update dependency truemail to v3
  • Loading branch information
OlegPhenomenon authored Dec 7, 2022
2 parents 2a695d2 + 12645c1 commit 8e4399c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -482,15 +482,15 @@ 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)
uglifier (4.2.0)
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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8e4399c

Please sign in to comment.