Skip to content

Commit

Permalink
Use git DTA
Browse files Browse the repository at this point in the history
  • Loading branch information
jprosevear committed Aug 11, 2024
1 parent f718e30 commit ed86023
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed86023

Please sign in to comment.