diff --git a/Gemfile b/Gemfile index 0428adf..3c2f1db 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'bootsnap', require: false # Authentication gem 'devise' -gem 'devise_token_auth', :git => 'https://github.com/lynndylanhurley/devise_token_auth.git' +gem 'devise_token_auth', git: 'https://github.com/Thor77/devise_token_auth', branch: 'fix-api-only-mode' gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index 0f5eaaa..0c7ed72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GIT - remote: https://github.com/lynndylanhurley/devise_token_auth.git - revision: 798255ee7e3fee5cfa2fdc519fd90e281bd9b6f5 + remote: https://github.com/Thor77/devise_token_auth + revision: 30ba21add5c87b2964b909c6fc5cd18cfeae2191 + branch: fix-api-only-mode specs: devise_token_auth (1.2.0) bcrypt (~> 3.0)