Upgrade to Jekyll 4.2.0
This commit is contained in:
parent
8ab954e9ed
commit
154ac865d2
2 changed files with 25 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue