use updated versions to support apple silicon

This commit is contained in:
John Hess 2023-02-13 13:48:40 -06:00
parent 356b3c935a
commit aab48bccd6
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
3.0.2 3.2.1

View file

@ -7,7 +7,7 @@ source "https://rubygems.org"
# #
# This will help ensure the proper Jekyll version is running. # This will help ensure the proper Jekyll version is running.
# Happy Jekylling! # Happy Jekylling!
gem "jekyll", "~> 4.2.0" gem "jekyll", "~> 4.3.2"
# This is the default theme for new Jekyll sites. You may change this to anything you like. # This is the default theme for new Jekyll sites. You may change this to anything you like.
#gem "minima", "~> 2.5" #gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
@ -15,7 +15,7 @@ gem "jekyll", "~> 4.2.0"
# gem "github-pages", group: :jekyll_plugins # gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here! # If you have any plugins, put them here!
group :jekyll_plugins do group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12" gem "jekyll-feed", "~> 0.17"
gem 'jekyll-multiple-languages-plugin' gem 'jekyll-multiple-languages-plugin'
end end