From d2d9bc5bb8aba6d296ee8d5c77d7e645374715db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 20:29: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 29da07f..abf9bb1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source :gemcutter gem "rails", "~> 2.3.16" -gem "RedCloth", "~> 4.2.7" +gem "RedCloth", "~> 4.3.2" gem "heroku-nav", "0.1.24" gem "thin", "1.2.7" gem "pg", "0.14.1" diff --git a/Gemfile.lock b/Gemfile.lock index 1b28312..81a2842 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) actionmailer (2.3.16) actionpack (= 2.3.16) actionpack (2.3.16) @@ -43,7 +43,7 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (~> 4.2.7) + RedCloth (~> 4.3.2) heroku-nav (= 0.1.24) pg (= 0.14.1) rack-ssl-enforcer