From 43ccf67f009d38a040cae40aeb59095122d5c8f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 22:23:45 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RDOC-1279617 --- Gemfile | 2 +- Gemfile.lock | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 7da382d..f0e818c 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,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 gem 'rails_12factor', group: :production gem 'puma' diff --git a/Gemfile.lock b/Gemfile.lock index 379496d..66db470 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM rails-dom-testing (~> 1.0) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (1.8.2) + json (1.8.6) loofah (2.0.1) nokogiri (>= 1.5.9) mail (2.6.3) @@ -108,7 +108,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.4.2) - rdoc (4.2.0) + rdoc (6.3.1) sass (3.4.13) sass-rails (5.0.3) railties (>= 4.0.0, < 5.0) @@ -116,9 +116,8 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (~> 1.1) - sdoc (0.4.1) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) + sdoc (1.0.0) + rdoc (>= 5.0) spring (1.3.4) sprockets (2.12.3) hike (~> 1.2) @@ -153,10 +152,10 @@ DEPENDENCIES rails (~> 4.2.1) rails_12factor sass-rails (~> 5.0) - sdoc (~> 0.4.0) + sdoc (~> 1.0.0) spring turbolinks uglifier (>= 1.3.0) BUNDLED WITH - 1.10.6 + 1.17.3