Skip to content

Commit

Permalink
Merge pull request #1908 from internetee/dependabot/bundler/truemail-…
Browse files Browse the repository at this point in the history
…2.2.3

Bump truemail from 1.9.2 to 2.2.3
  • Loading branch information
yulgolem authored Apr 7, 2021
2 parents 01fa7b1 + 11c4013 commit 285e718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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', '~> 12.0'
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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,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)
Expand Down Expand Up @@ -556,7 +556,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
Expand Down

0 comments on commit 285e718

Please sign in to comment.