From 97b5ed2ca29a664bf1906448939562fbf4e2e90e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Mar 2023 18:11:00 +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-3356639 --- Gemfile | 2 +- Gemfile.lock | 112 ++++++++++++++++++++++++++++++++------------------- 2 files changed, 71 insertions(+), 43 deletions(-) diff --git a/Gemfile b/Gemfile index 8d77792..ff48a82 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', '5.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6b3180b..88dc868 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,56 +1,84 @@ 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 (5.0.0) + actionpack (= 5.0.0) + actionview (= 5.0.0) + activejob (= 5.0.0) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.0.0) + actionview (= 5.0.0) + activesupport (= 5.0.0) + rack (~> 2.0) + rack-test (~> 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.0.0) + activesupport (= 5.0.0) + builder (~> 3.1) 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) - i18n (~> 0.6, >= 0.6.4) - multi_json (~> 1.0) - builder (3.0.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + activejob (5.0.0) + activesupport (= 5.0.0) + globalid (>= 0.3.6) + activesupport (5.0.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + builder (3.2.4) + concurrent-ruby (1.2.2) + crass (1.0.6) + date (3.3.3) erubis (2.7.0) - hike (1.2.3) - i18n (0.7.0) - journey (1.0.4) - mail (2.5.4) - mime-types (~> 1.16) - treetop (~> 1.4.8) - mime-types (1.25.1) - multi_json (1.12.1) - polyglot (0.3.5) - rack (1.4.7) - rack-cache (1.6.1) - rack (>= 0.4) + globalid (1.1.0) + activesupport (>= 5.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + loofah (2.19.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.8.1) + mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp + mini_mime (1.1.2) + mini_portile2 (2.8.1) + minitest (5.18.0) + net-imap (0.3.4) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.1) + timeout + net-smtp (0.3.3) + net-protocol + nokogiri (1.14.2) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.2) + rack (2.2.6.3) 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) - treetop (1.4.15) - polyglot - polyglot (>= 0.3.1) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) + thread_safe (0.3.6) + timeout (0.3.2) + tzinfo (1.2.11) + thread_safe (~> 0.1) PLATFORMS ruby DEPENDENCIES - actionmailer (= 3.2.14) + actionmailer (= 5.0.0) BUNDLED WITH - 1.13.6 + 1.17.3