From 5849de30d730164a8050f1444bc469283529ee1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 May 2021 00:05:40 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RDOC-1279617 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1840121..7fe5359 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'jbuilder', '~> 1.2' group :doc do # bundle exec rake doc:rails generates the API under doc/api. - gem 'sdoc', require: false + gem 'sdoc', '>= 1.0.0', require: false end # Use ActiveModel has_secure_password