From 27626b59fa0558431cf353744c877b646b77dd99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 23:37:27 +0000 Subject: [PATCH] Bump RedCloth from 4.3.2 to 4.3.3 Bumps [RedCloth](https://github.com/jgarber/redcloth) from 4.3.2 to 4.3.3. - [Changelog](https://github.com/jgarber/redcloth/blob/master/CHANGELOG) - [Commits](https://github.com/jgarber/redcloth/compare/v4.3.2...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 a1d627a356aa..6379347a27b6 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ group :development do gem 'jekyll', '~> 3.0' gem 'pygments.rb', '~> 0.6.3' gem 'rdiscount', '~> 2.0' - gem 'RedCloth', '~> 4.2' + gem 'RedCloth', '~> 4.3' gem 'haml', '~> 4.0' gem 'compass', '~> 0.12' gem 'sass-globbing', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index a64797568a6c..45128e806176 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - RedCloth (4.3.2) + RedCloth (4.3.3) addressable (2.4.0) chunky_png (1.3.6) coderay (1.1.1) @@ -113,7 +113,7 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (~> 4.2) + RedCloth (~> 4.3) coderay compass (~> 0.12) execjs