diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-12-23 13:05:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-12-23 13:05:10 +0000 |
commit | 471e01ca5059f892888f78e2278dd41d742a4b75 (patch) | |
tree | a07ecd3d8911cf0e6ce1220584fa2c10ed81b9ab /Gemfile | |
parent | 6311ade82708b63b83d30278a1af4c05af4aee6e (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |