diff options
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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 |
