Gemfile: add forgotten dependencies
kramdown-parser-gfm in particular needed for the hacks-guide minimal mistakes theme
This commit is contained in:
parent
5f26aad8e7
commit
e5475ee171
1 changed files with 4 additions and 1 deletions
5
Gemfile
5
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue