From acb1be19ce9b9c675df12c38f7ebdec95d2a97bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Nov 2023 21:01:53 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REDCLOTH-5669046 --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b744ba1..379bb96 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source :rubygems group :development do - gem "RedCloth", "~> 4.2" + gem "RedCloth", "~> 4.3", ">= 4.3.3" gem "foreman", "~> 0.13" gem "serve", "~> 1.0" gem "jekyll", "~> 0.10" diff --git a/Gemfile.lock b/Gemfile.lock index 8b54f2a..ced7fbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - RedCloth (4.2.7) + RedCloth (4.3.3) activesupport (3.0.7) classifier (1.3.3) fast-stemmer (>= 1.0.0) @@ -40,8 +40,11 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (~> 4.2) + RedCloth (~> 4.3, >= 4.3.3) foreman (~> 0.13) jekyll (~> 0.10) serve (~> 1.0) thin (~> 1.2) + +BUNDLED WITH + 2.1.4