From 9c7afe6899fb7119132f04bf20566d851dadd730 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jun 2020 05:09:50 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-DEVISETOKENAUTH-469060 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 88893f0..3e9ac89 100644 --- a/Gemfile +++ b/Gemfile @@ -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'