fix mail file permission bug

This commit is contained in:
Philipp Rothmann 2023-01-16 18:21:43 +01:00 committed by Philipp Rothmann
parent 5fb10ec686
commit 34e238466f
2 changed files with 4 additions and 4 deletions

View file

@ -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'