Update mail gem to .8.1 which fixes the permission error

Revert libv8 version
This commit is contained in:
kidhab 2023-06-17 10:21:58 +02:00 committed by Philipp Rothmann
parent 5f2130ca44
commit 45e2668cea
2 changed files with 9 additions and 3 deletions

View file

@ -1,7 +1,6 @@
# A sample Gemfile
source 'https://rubygems.org'
gem 'mail', '~> 2.7.1' # bug with mail 2.8.0 https://github.com/mikel/mail/issues/1489
gem 'rails', '~> 7.0'
gem 'less-rails'