Guide_Wii/Gemfile
lifehackerhansol e5475ee171
Gemfile: add forgotten dependencies
kramdown-parser-gfm in particular needed for the hacks-guide minimal
mistakes theme
2023-09-28 20:00:03 -07:00

5 lines
139 B
Ruby

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