Skip to content

Commit b3f822c

Browse files
committed
Update dependency validates_email_format_of to v1.8.2
1 parent 7923891 commit b3f822c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem 'pg', '1.5.6'
2121
# 1.8 is for Rails < 5.0
2222
gem 'ransack', '~> 4.0.0'
2323
gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence
24-
gem 'validates_email_format_of', '1.8.0' # validates email against RFC 2822 and RFC 3696
24+
gem 'validates_email_format_of', '1.8.2' # validates email against RFC 2822 and RFC 3696
2525

2626
# 0.7.3 is the latest for Rails 4.2, however, it is absent on Rubygems server
2727
# https://github.com/huacnlee/rails-settings-cached/issues/165

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -500,14 +500,14 @@ GEM
500500
execjs (>= 0.3.0, < 3)
501501
unf (0.1.4)
502502
unf_ext
503-
unf_ext (0.0.8.2)
503+
unf_ext (0.0.9.1)
504504
validate_email (0.1.6)
505505
activemodel (>= 3.0)
506506
mail (>= 2.2.5)
507507
validate_url (1.0.15)
508508
activemodel (>= 3.0.0)
509509
public_suffix
510-
validates_email_format_of (1.8.0)
510+
validates_email_format_of (1.8.2)
511511
i18n (>= 0.8.0)
512512
simpleidn
513513
warden (1.2.9)
@@ -601,7 +601,7 @@ DEPENDENCIES
601601
strong_migrations
602602
truemail (~> 3.0)
603603
uglifier
604-
validates_email_format_of (= 1.8.0)
604+
validates_email_format_of (= 1.8.2)
605605
webmock
606606
whenever (= 1.0.0)
607607
wkhtmltopdf-binary (~> 0.12.6.1)

0 commit comments

Comments
 (0)