summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2021-11-18 09:21:28 -0600
committerDanny Holman <dholman@gymli.org>2021-11-18 09:26:14 -0600
commite5610c16378f8863eddafa9ab05f7b8067bb7567 (patch)
treec1169062f5b05f41ced8eba0613c8dc8918217b2 /Gemfile
parentf629678a9412ae6c59f8818096c211410841aada (diff)
Update Box homepage
Update the Box project homepage to use proper HTML5 syntax.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f01a4f8..61c48a9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,3 +16,5 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
+
+gem "kramdown-parser-gfm", "~> 1.1"