From 5b7619325b8272dc5af52675385738cf8d81593f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 17:54:54 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8d77792..bcced19 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ # frozen_string_literal: true # A sample Gemfile source "https://rubygems.org" -gem 'actionmailer', '3.2.14' +gem 'actionmailer', '4.0.0'