From 7e8bc38b9313eed679500db12a4210c563c3a039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 23:37:18 +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: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 a0baa35..0c21115 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source :rubygems -gem "RedCloth", "4.3.0", :require => "redcloth" +gem "RedCloth", "4.3.3", :require => "redcloth" gem "rails", "2.3.14" gem "mysql" diff --git a/Gemfile.lock b/Gemfile.lock index d092113..932623e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - RedCloth (4.3.0) + RedCloth (4.3.3) actionmailer (2.3.14) actionpack (= 2.3.14) actionpack (2.3.14) @@ -41,7 +41,7 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (= 4.3.0) + RedCloth (= 4.3.3) capistrano mysql rails (= 2.3.14)