mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
Update dependency truemail to v3
This commit is contained in:
parent
dc4094ecda
commit
12645c12f4
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue