RailsApps / rails-devise-pundit

Rails 5.0 starter app with Devise for authentication and Pundit for authorization.
http://railsapps.github.io/rails-devise-pundit/
483 stars 156 forks source link

Add dotenv-rails to gemfile for omni-auth setup #25

Open tmartyny opened 9 years ago

tmartyny commented 9 years ago

For the omni-auth installation, dotenv-rails is not added to the gemfile. Since you're referencing env variables in the secrets.yml file, dotenv-rails would be helpful to add to the gemfile as well upon setup. Thanks!