summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2017-10-13 22:49:54 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2017-10-13 22:49:54 -0400
commita6148790da639e4fccdc0638b5f5bf3e1b09b8ee (patch)
tree2e8b1b9a2279a4540a92d948cfb7e7f382fb5ee9 /Gemfile
parent3e7a0e550fa3e7730bf0b2bb44a3d93a25307514 (diff)
Made notification emails get encrypted for accounts with a public key.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4216fe2..8c8cb60 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,6 +16,7 @@ gem 'highlight_js-rails', github: 'RedstonerServer/highlight_js-rails'
gem 'kaminari', github: 'jomo/kaminari', branch: 'patch-2' # pagination
gem 'jquery-textcomplete-rails', github: 'RedstonerServer/jquery-textcomplete-rails' # @mentions
gem 'actionpack-action_caching', github: 'antulik/actionpack-action_caching', ref: '8c6e52c69315d67437f480da5dce4b7c8737fb32'
+gem 'mail-gpg'
# Gems used only for assets and not required
# in production environments by default.