summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2018-06-06 18:38:28 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2018-06-06 18:38:28 -0400
commit7eeccbc006624dab01234125d97161960c6126b2 (patch)
treee228ec22a6c5cfb8aca79335835d01c8923a5b8b /Gemfile
parent3d8199c9f9186cec4b331edc50d99e5f1d5d11f2 (diff)
Installed TOTP gem and added TOTP column to schema.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 09f297d..4ef3294 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,7 @@ gem 'kaminari', github: 'jomo/kaminari', branch: 'patch-2' # pagination
gem 'jquery-textcomplete-rails' # @mentions
gem 'actionpack-action_caching', github: 'antulik/actionpack-action_caching', ref: '8c6e52c69315d67437f480da5dce4b7c8737fb32'
gem 'mail-gpg', github: 'jomo/mail-gpg', ref: 'a666b48ee866dfa3eaa700f9c5edf4d195d0f8c9'
+gem 'totp'
# Gems used only for assets and not required
# in production environments by default.