This is an automated email from the ASF dual-hosted git repository. affe pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
commit adad5258424d194e591fe0a172badf98e1df1221 Author: affe <[email protected]> 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"
