mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
Update dependency validates_email_format_of to v1.7.1
This commit is contained in:
parent
fdb4c21dfc
commit
b91e5c1476
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ gem 'pg', '1.4.2'
|
|||
# 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 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and RFC 3696
|
||||
gem 'validates_email_format_of', '1.7.1' # 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
|
||||
# https://github.com/huacnlee/rails-settings-cached/issues/165
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue