Skip to content

Commit

Permalink
Reference fork of devise token auth instead of the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
diebarral committed Sep 19, 2017
1 parent dbab4e7 commit c0bb2bb
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 91 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'carrierwave', '~> 0.11.2'
gem 'carrierwave-base64', '~> 2.3.4'
gem 'delayed_job_active_record', '~> 4.1.2'
gem 'devise', '~> 4.3.0'
gem 'devise_token_auth', '~> 0.1.42'
gem 'devise_token_auth', github: 'rootstrap/devise_token_auth'
gem 'draper', '~> 3.0.0'
gem 'fog-aws', '~> 0.12.0'
gem 'haml-rails', '~> 1.0.0'
Expand Down
Loading

0 comments on commit c0bb2bb

Please sign in to comment.