mirror of
https://github.com/internetee/registry.git
synced 2025-08-10 19:49:25 +02:00
Update dependency validates_email_format_of to v1.8.2
This commit is contained in:
parent
7923891c5a
commit
b3f822c5ad
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ gem 'pg', '1.5.6'
|
||||||
# 1.8 is for Rails < 5.0
|
# 1.8 is for Rails < 5.0
|
||||||
gem 'ransack', '~> 4.0.0'
|
gem 'ransack', '~> 4.0.0'
|
||||||
gem 'truemail', '~> 3.0' # 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.8.0' # validates email against RFC 2822 and RFC 3696
|
gem 'validates_email_format_of', '1.8.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
|
# 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
|
# https://github.com/huacnlee/rails-settings-cached/issues/165
|
||||||
|
|
|
@ -500,14 +500,14 @@ GEM
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.9.1)
|
||||||
validate_email (0.1.6)
|
validate_email (0.1.6)
|
||||||
activemodel (>= 3.0)
|
activemodel (>= 3.0)
|
||||||
mail (>= 2.2.5)
|
mail (>= 2.2.5)
|
||||||
validate_url (1.0.15)
|
validate_url (1.0.15)
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
public_suffix
|
public_suffix
|
||||||
validates_email_format_of (1.8.0)
|
validates_email_format_of (1.8.2)
|
||||||
i18n (>= 0.8.0)
|
i18n (>= 0.8.0)
|
||||||
simpleidn
|
simpleidn
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
|
@ -601,7 +601,7 @@ DEPENDENCIES
|
||||||
strong_migrations
|
strong_migrations
|
||||||
truemail (~> 3.0)
|
truemail (~> 3.0)
|
||||||
uglifier
|
uglifier
|
||||||
validates_email_format_of (= 1.8.0)
|
validates_email_format_of (= 1.8.2)
|
||||||
webmock
|
webmock
|
||||||
whenever (= 1.0.0)
|
whenever (= 1.0.0)
|
||||||
wkhtmltopdf-binary (~> 0.12.6.1)
|
wkhtmltopdf-binary (~> 0.12.6.1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue