about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-05-12 20:20:05 +0200
committerThibG <thib@sitedethib.com>2019-05-17 23:51:14 +0200
commit94aef563b9abbc449028f44c4aac84ef2e072d89 (patch)
treea73bab047aadc4be878e81eb795cc1ff3c6bb611 /Gemfile
parentbfc509f44ac5506d1d675eb01aeda1324d4cdb6b (diff)
Add support for markdown-formatted toots
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b9a9159de..31cf743a4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -95,6 +95,8 @@ gem 'json-ld', '~> 3.0'
 gem 'json-ld-preloaded', '~> 3.0'
 gem 'rdf-normalize', '~> 0.3'
 
+gem 'redcarpet', '~> 3.4'
+
 group :development, :test do
   gem 'fabrication', '~> 2.20'
   gem 'fuubar', '~> 2.3'