From 5b01148104ba87a4f3729cc19c9e56f31d991e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 23:37:01 +0000 Subject: [PATCH] Bump RedCloth from 4.3.0 to 4.3.3 Bumps [RedCloth](https://github.com/jgarber/redcloth) from 4.3.0 to 4.3.3. - [Changelog](https://github.com/jgarber/redcloth/blob/master/CHANGELOG) - [Commits](https://github.com/jgarber/redcloth/compare/v4.3.0...v4.3.3) --- updated-dependencies: - dependency-name: RedCloth dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ebf6eec..c24e2d3 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ group :development do gem 'jekyll', '~> 0.11.2' gem 'rdiscount', '~> 1.6.8' gem 'pygments.rb', '~> 0.6.3' - gem 'RedCloth', '~> 4.3.0' + gem 'RedCloth', '~> 4.3.3' gem 'haml', '~> 5.0.0' gem 'compass', '~> 0.12.1' gem 'rubypants', '~> 0.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8e59ec3..0aa37af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - RedCloth (4.3.0) + RedCloth (4.3.3) albino (1.3.3) posix-spawn (>= 0.3.6) chunky_png (1.3.4) @@ -52,7 +52,7 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (~> 4.3.0) + RedCloth (~> 4.3.3) compass (~> 0.12.1) haml (~> 5.0.0) jekyll (~> 0.11.2)