From f875eead430e275b095408d254c1b9d94241bc8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Aug 2023 05:59:26 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-5851458 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index de4ae77..dca24b3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ def darwin_only(require_as) RbConfig::CONFIG['host_os'] =~ /darwin/ ? require_as : false end -gem 'actionmailer', '~> 5.2', '>= 5.2.4.3' +gem 'actionmailer', '~> 6.1', '>= 6.1.7.5' gem 'aws-ses', require: 'aws/ses' gem 'dotenv' gem 'json', '>= 2.3.0'