summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-14 15:07:36 -0600
committermo khan <mo.khan@gmail.com>2019-10-14 15:07:36 -0600
commit79da78a91055bcf4f91dc3a95569393ae482fae6 (patch)
tree8e69e4e6d4feae5ce6c613e926b97a70995d0c2e /Gemfile
parent99de1b577d4544f00c38ede0c6fdd1448ebbb90d (diff)
create markdown server to control rendering of pdf
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7281247..a4a9815 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,4 +4,7 @@ source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
+gem "commonmarker", "~> 0.20"
+gem "github-markup", "~> 3.0"
gem "rake", "~> 12.3"
+gem "sinatra", "~> 2.0"