Merge branch 'TUR-24' into 'master'

TUR-24: Use devise fork with fix for rails 7

Closes TUR-24

See merge request turniere/turniere-backend!24
This commit is contained in:
Jonas Seydel 2022-05-24 19:07:07 +00:00
commit 6afc5a9e62
2 changed files with 4 additions and 3 deletions

View File

@ -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'

View File

@ -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)