You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by hu...@apache.org on 2021/08/11 14:04:41 UTC

[rocketmq-site] branch master updated: add gem command "kramdown-parser-gfm"

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

huzongtang 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 2cf1290  add gem command "kramdown-parser-gfm"
2cf1290 is described below

commit 2cf1290d9d6f5d9ebfceed72fec0dc301f22fd90
Author: zongtanghu <zo...@gmail.com>
AuthorDate: Wed Aug 11 22:04:26 2021 +0800

    add gem command "kramdown-parser-gfm"
---
 Gemfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Gemfile b/Gemfile
index 3be9c3c..1fbe6f4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,4 @@
 source "https://rubygems.org"
 gemspec
+
+gem "kramdown-parser-gfm"