Skip to content

Commit

Permalink
use bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau committed Aug 27, 2018
1 parent 169b29d commit c3907cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Settings
MAKEFILES=Makefile $(wildcard *.mk)
JEKYLL=jekyll
JEKYLL=bundle exec jekyll
JEKYLL_VERSION=3.7.3

PARSER=bin/markdown_ast.rb
Expand Down

0 comments on commit c3907cf

Please sign in to comment.