From b3f822c5ad0d276ddcd9458efaac1bf5cf59fa14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 01:05:36 +0000 Subject: [PATCH] Update dependency validates_email_format_of to v1.8.2 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f44d6a5d8..e9e6494be 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'pg', '1.5.6' # 1.8 is for Rails < 5.0 gem 'ransack', '~> 4.0.0' 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 # https://github.com/huacnlee/rails-settings-cached/issues/165 diff --git a/Gemfile.lock b/Gemfile.lock index 04a35ec37..4005a3d88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -500,14 +500,14 @@ GEM execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext - unf_ext (0.0.8.2) + unf_ext (0.0.9.1) validate_email (0.1.6) activemodel (>= 3.0) mail (>= 2.2.5) validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix - validates_email_format_of (1.8.0) + validates_email_format_of (1.8.2) i18n (>= 0.8.0) simpleidn warden (1.2.9) @@ -601,7 +601,7 @@ DEPENDENCIES strong_migrations truemail (~> 3.0) uglifier - validates_email_format_of (= 1.8.0) + validates_email_format_of (= 1.8.2) webmock whenever (= 1.0.0) wkhtmltopdf-binary (~> 0.12.6.1)