fix: Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-DEVISETOKENAUTH-469060
This commit is contained in:
snyk-bot 2020-06-04 05:09:50 +00:00
parent b53ffd40af
commit 9c7afe6899
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ gem 'bootsnap', '>= 1.1.0', require: false
# Authentication
gem 'devise'
gem 'devise_token_auth'
gem 'devise_token_auth', '>= 1.1.4'
gem 'rack-cors'