]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Update rubocop todo
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 81ba4a9a36ea9216e0bcf755590586c0cfd6868a..f5d0f7f4ff562f0570210ac6f3db6710742cda13 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -49,6 +49,7 @@ gem "cancancan"
 gem "composite_primary_keys", "~> 14.0.0"
 gem "config"
 gem "delayed_job_active_record"
+gem "frozen_record"
 gem "http_accept_language", "~> 2.1.1"
 gem "i18n-js", "~> 3.9.2"
 gem "oauth-plugin", ">= 0.5.1"
@@ -130,6 +131,9 @@ gem "aws-sdk-s3"
 # Used to resize user images
 gem "image_processing"
 
+# Avoid mail 2.8.0 due to https://github.com/mikel/mail/issues/1489
+gem "mail", "~> 2.7.1"
+
 # Gems useful for development
 group :development do
   gem "annotate"