Upgrade to Jekyll 4.2.0

This commit is contained in:
Danielle McLean 2021-07-06 20:47:34 +10:00
parent 8ab954e9ed
commit 154ac865d2
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605
2 changed files with 25 additions and 21 deletions

View file

@ -1,6 +1,8 @@
source "https://rubygems.org"
ruby RUBY_VERSION
gem "webrick"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
@ -9,7 +11,7 @@ ruby RUBY_VERSION
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "4.1.0"
gem "jekyll", "4.2.0"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima"