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:
commit
6afc5a9e62
2
Gemfile
2
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'
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue