diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-11-04 16:48:25 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-11-04 16:48:25 -0500 |
commit | 08e0cc7b122be580dd49fc3330f968205e1e2f97 (patch) | |
tree | 30cde718e398efb2a104c1ed92adcfb5775165b4 /Gemfile | |
parent | 1f2fa089475f5cd7cf8480428d07509e9c256492 (diff) |
Update Jekyll version
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 4.1.1" +gem "jekyll", "~> 4.2.1" # This is the default theme for new Jekyll sites. You may change this to anything you like. # gem "minima" |