diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-05-12 20:20:05 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-05-17 23:51:14 +0200 |
commit | 94aef563b9abbc449028f44c4aac84ef2e072d89 (patch) | |
tree | a73bab047aadc4be878e81eb795cc1ff3c6bb611 /Gemfile | |
parent | bfc509f44ac5506d1d675eb01aeda1324d4cdb6b (diff) |
Add support for markdown-formatted toots
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
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' |