Skip to content

Commit 711a679

Browse files
committed
Update Jekyll gem, extend gitignore for bundler
1 parent 3226460 commit 711a679

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ _site/
44
Gemfile.lock
55

66
.directory
7+
8+
.bundle/
9+
vendor/

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8.4"
11+
gem "jekyll", "~> 3.8.5"
1212

1313
# If you have any plugins, put them here!
1414
group :jekyll_plugins do

0 commit comments

Comments
 (0)