mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-24 11:07:14 +00:00
Add Kramdown dependency. Fixes #43
This commit is contained in:
parent
79c9622e83
commit
7365c85e91
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'jekyll-minibundle'
|
gem 'kramdown'
|
||||||
gem 'coderay'
|
gem 'coderay'
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'thor'
|
gem 'thor'
|
||||||
|
|
Loading…
Reference in a new issue