Skip to content

Commit c3907cf

Browse files
committed
use bundler
1 parent 169b29d commit c3907cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Settings
55
MAKEFILES=Makefile $(wildcard *.mk)
6-
JEKYLL=jekyll
6+
JEKYLL=bundle exec jekyll
77
JEKYLL_VERSION=3.7.3
88

99
PARSER=bin/markdown_ast.rb

0 commit comments

Comments
 (0)