From a5e8b040b48feb493df1ba3a170cdde31d826eb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jun 2023 17:28:09 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-5741907 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index de4ae77..10a06aa 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.4' gem 'aws-ses', require: 'aws/ses' gem 'dotenv' gem 'json', '>= 2.3.0'