From 5e2956dcd10a48972bab8c4922851782bc995226 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Feb 2022 16:11:28 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-2400638 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index de4ae77..996e954 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', '~> 5.2', '>= 5.2.6.2' gem 'aws-ses', require: 'aws/ses' gem 'dotenv' gem 'json', '>= 2.3.0'