We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3226460 commit 711a679Copy full SHA for 711a679
.gitignore
@@ -4,3 +4,6 @@ _site/
4
Gemfile.lock
5
6
.directory
7
+
8
+.bundle/
9
+vendor/
Gemfile
@@ -8,7 +8,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
10
# Happy Jekylling!
11
-gem "jekyll", "~> 3.8.4"
+gem "jekyll", "~> 3.8.5"
12
13
# If you have any plugins, put them here!
14
group :jekyll_plugins do
0 commit comments