summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-12-17 15:15:24 -0700
committermo khan <mo@mokhan.ca>2013-12-17 15:15:24 -0700
commitae874342afe97c91e1d0d6eb851a259d8b929102 (patch)
treef28c1239bf2474f5a17296acaed3e89362ae8b78
parent242bade26da79908ff1afb25a0423ee138942225 (diff)
install rotp.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 292c232..df81948 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,6 +32,8 @@ group :doc do
gem 'sdoc', require: false
end
+gem 'rotp'
+
# Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.1.2'
diff --git a/Gemfile.lock b/Gemfile.lock
index 352b563..8697789 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -72,6 +72,7 @@ GEM
rake (10.1.0)
rdoc (3.12.2)
json (~> 1.4)
+ rotp (1.6.0)
sass (3.2.12)
sass-rails (4.0.1)
railties (>= 4.0.0, < 5.0)
@@ -112,6 +113,7 @@ DEPENDENCIES
jbuilder (~> 1.2)
jquery-rails
rails (= 4.0.2)
+ rotp
sass-rails (~> 4.0.0)
sdoc
sqlite3