From 94b1d564190c224166d5673ec05f6819bc0fb739 Mon Sep 17 00:00:00 2001 From: Charles FD <cfreiden@yahoo.fr> Date: Mon, 14 Jul 2014 19:13:57 +0200 Subject: [PATCH] [Fix issue 7143] Updated Gemfile to add RedCloth --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index c64213479f7..3b14b503cad 100644 --- a/Gemfile +++ b/Gemfile @@ -86,6 +86,7 @@ gem "seed-fu" gem "redcarpet", "~> 2.2.2" gem "github-markup" gem "org-ruby" # For rendering .org files +gem "RedCloth" # Diffs gem 'diffy', '~> 3.0.3' diff --git a/Gemfile.lock b/Gemfile.lock index 6c27b6e3739..0d1014920b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: https://rubygems.org/ specs: + RedCloth (4.2.9) ace-rails-ap (2.0.1) actionmailer (4.1.1) actionpack (= 4.1.1) @@ -572,6 +573,7 @@ PLATFORMS ruby DEPENDENCIES + RedCloth ace-rails-ap acts-as-taggable-on annotate (~> 2.6.0.beta2) -- GitLab