From c9fe38ad9b561f88ebfb0ea5f2cb9c9ab79a9f71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jan 2023 18:30:37 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-3237231 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-3237232 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8d77792..6dc7c0d 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', '6.1.7.1'