From 7bca516c6c97ab63803e4eb288563e06eea05bd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jul 2021 03:06:28 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RDOC-1316279 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 04f0176..67cb22d 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'jquery-rails' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc +gem 'sdoc', '~> 1.0.0', group: :doc # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7'