From 535c1cdf7a00394979ed16f2608bd8a6e25f68fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 20:31:56 +0000 Subject: [PATCH] Bump RedCloth from 4.2.9 to 4.3.2 Bumps [RedCloth](https://github.com/jgarber/redcloth) from 4.2.9 to 4.3.2. - [Changelog](https://github.com/jgarber/redcloth/blob/master/CHANGELOG) - [Commits](https://github.com/jgarber/redcloth/compare/v4.2.9...v4.3.2) --- updated-dependencies: - dependency-name: RedCloth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f0ef52eb3..acd501489 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rake' gem 'rack', '~> 1.4.1' gem 'jekyll', '~> 0.11.2' gem 'rdiscount', '~> 1.6.8' -gem 'RedCloth', '~> 4.2.9' +gem 'RedCloth', '~> 4.3.2' gem 'haml', '~> 3.1.6' gem 'compass', '~> 0.12.1' gem 'rubypants', '~> 0.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index c99e8223b..0b52dde26 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - RedCloth (4.2.9) + RedCloth (4.3.2) albino (1.3.3) posix-spawn (>= 0.3.6) certified (1.0.0) @@ -58,7 +58,7 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (~> 4.2.9) + RedCloth (~> 4.3.2) certified compass (~> 0.12.1) haml (~> 3.1.6)