summaryrefslogtreecommitdiff
path: root/Gemfile.lock
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.lock
parent3d8199c9f9186cec4b331edc50d99e5f1d5d11f2 (diff)
Installed TOTP gem and added TOTP column to schema.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index bd8feba..939e4e6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -99,6 +99,7 @@ GEM
airbrussh (1.3.0)
sshkit (>= 1.6.1, != 1.7.0)
arel (6.0.4)
+ base32 (0.3.2)
bcrypt (3.1.11)
better_errors (2.4.0)
coderay (>= 1.0.0)
@@ -237,6 +238,8 @@ GEM
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
+ totp (1.0.0)
+ base32
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.8)
@@ -277,10 +280,11 @@ DEPENDENCIES
sass-rails
sqlite3
strip_attributes
+ totp
tzinfo-data
uglifier
unicorn
webrick
BUNDLED WITH
- 1.16.1
+ 1.16.2