Gemfile: add forgotten dependencies

kramdown-parser-gfm in particular needed for the hacks-guide minimal
mistakes theme
This commit is contained in:
lifehackerhansol 2023-09-28 20:00:03 -07:00
parent 5f26aad8e7
commit e5475ee171
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -1,2 +1,5 @@
source "https://rubygems.org"
gemspec
gem "webrick", "~>1.7"
gem "kramdown-parser-gfm", "~>1.1"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gemspec