Skip to content

Instantly share code, notes, and snippets.

@123ish
Forked from kevinhq/Gemfile
Created June 24, 2020 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 123ish/f63b16c38c2efc650f0096e4feac7da6 to your computer and use it in GitHub Desktop.
Save 123ish/f63b16c38c2efc650f0096e4feac7da6 to your computer and use it in GitHub Desktop.
Gemfile for Two-Factor authentication with devise and active_model_otp gem
gem 'devise', '~> 4.7.1'
gem 'active_model_otp', '~> 2.0.1'
gem 'rqrcode', '~> 1.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment