diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-14 15:07:36 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-14 15:07:36 -0600 |
| commit | 79da78a91055bcf4f91dc3a95569393ae482fae6 (patch) | |
| tree | 8e69e4e6d4feae5ce6c613e926b97a70995d0c2e /Gemfile.lock | |
| parent | 99de1b577d4544f00c38ede0c6fdd1448ebbb90d (diff) | |
create markdown server to control rendering of pdf
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f6a7f56..0b8cc36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,34 @@ GEM remote: https://rubygems.org/ specs: + commonmarker (0.20.1) + ruby-enum (~> 0.5) + concurrent-ruby (1.1.5) + github-markup (3.0.4) + i18n (1.7.0) + concurrent-ruby (~> 1.0) + mustermann (1.0.3) + rack (2.0.7) + rack-protection (2.0.7) + rack rake (12.3.2) + ruby-enum (0.7.2) + i18n + sinatra (2.0.7) + mustermann (~> 1.0) + rack (~> 2.0) + rack-protection (= 2.0.7) + tilt (~> 2.0) + tilt (2.0.10) PLATFORMS ruby DEPENDENCIES + commonmarker (~> 0.20) + github-markup (~> 3.0) rake (~> 12.3) + sinatra (~> 2.0) BUNDLED WITH - 2.0.1 + 2.0.2 |
