From b02780f1ffa5e17563e250aa6b9cf6fbed2a84df Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Mon, 16 Jan 2023 18:21:43 +0100 Subject: [PATCH] fix mail file permission bug --- Gemfile | 2 ++ Gemfile.lock | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5cadbe2a..c1312332 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,8 @@ source "https://rubygems.org" gem "rails", '~> 7.0' +gem 'mail', '~> 2.7.1' # bug with mail 2.8.0 https://github.com/mikel/mail/issues/1489 + gem 'sassc-rails' gem 'less-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 3ac3d30b..e4d2d30c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -294,11 +294,8 @@ GEM loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.8.0) + mail (2.7.1) mini_mime (>= 0.1.1) - net-imap - net-pop - net-smtp mailcatcher (0.2.4) eventmachine haml @@ -620,6 +617,7 @@ DEPENDENCIES kaminari less-rails listen + mail (~> 2.7.1) mailcatcher midi-smtp-server mime-types