Skip to content

Commit

Permalink
Add kramdown-parser-gfm gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowlabs committed Sep 24, 2024
1 parent b266782 commit 9859e8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source 'https://rubygems.org'
# use the versions in https://pages.github.com/versions.json
gem 'jekyll', '3.10.0'
gem 'kramdown', '2.4.0'
gem 'kramdown-parser-gfm', '1.1.0'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ GEM
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -63,6 +65,7 @@ PLATFORMS
DEPENDENCIES
jekyll (= 3.10.0)
kramdown (= 2.4.0)
kramdown-parser-gfm (= 1.1.0)

BUNDLED WITH
2.5.3

0 comments on commit 9859e8f

Please sign in to comment.