From 933a847f07d9afd63495aab20f6f5bfbc7a2db0f Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Sat, 23 Mar 2024 05:26:57 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RDOC-6476871 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a2b2606..856258a 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'turbolinks' # 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'