summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-12-23 13:05:10 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-12-23 13:05:10 +0000
commit471e01ca5059f892888f78e2278dd41d742a4b75 (patch)
treea07ecd3d8911cf0e6ce1220584fa2c10ed81b9ab /Gemfile
parent6311ade82708b63b83d30278a1af4c05af4aee6e (diff)
downloadredmine-471e01ca5059f892888f78e2278dd41d742a4b75.tar.gz
redmine-471e01ca5059f892888f78e2278dd41d742a4b75.zip
Adds experimental support for Markdown formatting with redcarpet (#15520).
git-svn-id: http://svn.redmine.org/redmine/trunk@12452 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0dc1df6da..3b8887ca0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,8 @@ gem "jquery-rails", "~> 2.0.2"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
gem "builder", "3.0.0"
+# TODO: upgrade to redcarpet 3.x when ruby1.8 support is dropped
+gem "redcarpet", "~> 2.3.0"
# Optional gem for LDAP authentication
group :ldap do