You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by af...@apache.org on 2020/08/20 12:05:10 UTC

[rocketmq-site] branch master updated: feat(commiter) add gem markdown dependency

This is an automated email from the ASF dual-hosted git repository.

affe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a777bfa  feat(commiter) add gem markdown dependency
a777bfa is described below

commit a777bfa86b4fe6894b992349985125943c2697d7
Author: affe <af...@gmail.com>
AuthorDate: Thu Aug 20 20:02:13 2020 +0800

    feat(commiter) add gem markdown dependency
---
 Gemfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index 1291498..6b1c280 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,3 @@
 source "https://rubygems.org"
-gemspec
\ No newline at end of file
+gemspec
+gem "kramdown-parser-gfm"