diff --git a/Gemfile b/Gemfile index 28a86fe..cb3f7a8 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,9 @@ group :production do gem 'puma' gem 'pg' gem 'devise' - gem 'devise_token_auth' + # gem 'devise_token_auth' + # https://github.com/lynndylanhurley/devise_token_auth/pull/1632 + gem 'devise_token_auth', git: 'https://github.com/lynndylanhurley/devise_token_auth.git' end group :development do