diff --git a/Gemfile b/Gemfile index 04c9b9b21c..24f04ce0fc 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ gem 'jwt', '~> 2.7.1' # contact mail form gem 'hcaptcha', '~> 7.1.0' -gem 'mail_form', '~> 1.10.0' +gem 'mail_form', '~> 1.10.1' # set fixed to keep an old version until https://github.com/mikel/mail/issues/1538 is fixed gem 'mail', '~> 2.8.1' diff --git a/Gemfile.lock b/Gemfile.lock index 813f938916..c8795867d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -268,7 +268,7 @@ GEM net-imap net-pop net-smtp - mail_form (1.10.0) + mail_form (1.10.1) actionmailer (>= 5.2) activemodel (>= 5.2) marcel (1.0.2) @@ -601,7 +601,7 @@ DEPENDENCIES letter_opener (~> 1.8.1) listen (~> 3.8.0) mail (~> 2.8.1) - mail_form (~> 1.10.0) + mail_form (~> 1.10.1) memory_profiler (~> 1.0.1) minitest-ci (~> 3.4.0) minitest-utils (~> 0.4.8)