summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-02-20 21:35:42 -0600
committerDanny Holman <dholman@gymli.org>2024-02-20 21:35:42 -0600
commit49ce1fbfb92fe335bafe85c8bc6e498495c0c571 (patch)
treef23dba54188f9f21c0778a0e6ade9d0670be178a /Gemfile
parent6ed3f1aadd3d6a0f74593d01faa00dea127f3b3c (diff)
Add json gem as a dependency
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 344ee62..87f0b7f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,3 +17,5 @@ end
gem "kramdown-parser-gfm"
gem "webrick"
+
+gem "json"