From 8d4d9e7e4209f2a5c8bba11da7d2ca5b3ab3b195 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 01:16:59 +0000 Subject: [PATCH] Update dependency validates_email_format_of to v1.7.2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f70ee3ac7..a6d20124c 100644 --- a/Gemfile +++ b/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.7.1' # validates email against RFC 2822 and RFC 3696 +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 # https://github.com/huacnlee/rails-settings-cached/issues/165 diff --git a/Gemfile.lock b/Gemfile.lock index a458e8f03..59c01a9f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -499,7 +499,7 @@ GEM validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix - validates_email_format_of (1.7.1) + validates_email_format_of (1.7.2) i18n warden (1.2.9) rack (>= 2.0.9) @@ -596,7 +596,7 @@ DEPENDENCIES spy truemail (~> 2.4) uglifier - validates_email_format_of (= 1.7.1) + validates_email_format_of (= 1.7.2) webdrivers webmock whenever (= 1.0.0)