From a7fed8a70ed289a8fcf9317fd1fdcfa19a175e92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Mar 2025 04:25:42 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-9398129 --- Gemfile | 2 +- Gemfile.lock | 59 ++++++++++++++++++++++------------------------------ 2 files changed, 26 insertions(+), 35 deletions(-) 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' diff --git a/Gemfile.lock b/Gemfile.lock index 6b3180b..229ead9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,56 +1,47 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (3.2.14) - actionpack (= 3.2.14) - mail (~> 2.5.4) - actionpack (3.2.14) - activemodel (= 3.2.14) - activesupport (= 3.2.14) - builder (~> 3.0.0) + actionmailer (4.0.0) + actionpack (= 4.0.0) + mail (~> 2.5.3) + actionpack (4.0.0) + activesupport (= 4.0.0) + builder (~> 3.1.0) erubis (~> 2.7.0) - journey (~> 1.0.4) - rack (~> 1.4.5) - rack-cache (~> 1.2) - rack-test (~> 0.6.1) - sprockets (~> 2.2.1) - activemodel (3.2.14) - activesupport (= 3.2.14) - builder (~> 3.0.0) - activesupport (3.2.14) + rack (~> 1.5.2) + rack-test (~> 0.6.2) + activesupport (4.0.0) i18n (~> 0.6, >= 0.6.4) - multi_json (~> 1.0) - builder (3.0.4) + minitest (~> 4.2) + multi_json (~> 1.3) + thread_safe (~> 0.1) + tzinfo (~> 0.3.37) + builder (3.1.4) + concurrent-ruby (1.3.5) erubis (2.7.0) - hike (1.2.3) - i18n (0.7.0) - journey (1.0.4) - mail (2.5.4) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + mail (2.5.5) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.25.1) - multi_json (1.12.1) + minitest (4.7.5) + multi_json (1.15.0) polyglot (0.3.5) - rack (1.4.7) - rack-cache (1.6.1) - rack (>= 0.4) + rack (1.5.5) rack-test (0.6.3) rack (>= 1.0) - sprockets (2.2.3) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - tilt (1.4.1) + thread_safe (0.3.6) treetop (1.4.15) polyglot polyglot (>= 0.3.1) + tzinfo (0.3.62) PLATFORMS ruby DEPENDENCIES - actionmailer (= 3.2.14) + actionmailer (= 4.0.0) BUNDLED WITH - 1.13.6 + 1.17.3