fix: Use commonmarker instead of redcarpet (#1732)

This commit is contained in:
Pranav Raj S
2021-02-05 11:24:18 +05:30
committed by GitHub
parent 2012aab1d5
commit 351403457e
5 changed files with 9 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ gem 'haikunator'
# Template parsing safely
gem 'liquid'
# Parse Markdown to HTML
gem 'redcarpet'
gem 'commonmarker'
##-- for active storage --##
gem 'aws-sdk-s3', require: false