From aab48bccd68d3d269f27ceff780065ee2bdb979c Mon Sep 17 00:00:00 2001 From: John Hess Date: Mon, 13 Feb 2023 13:48:40 -0600 Subject: [PATCH] use updated versions to support apple silicon --- .ruby-version | 2 +- Gemfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index b502146..e4604e3 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.2 +3.2.1 diff --git a/Gemfile b/Gemfile index ecd1aee..ab22c0b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # 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. #gem "minima", "~> 2.5" # 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 # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.12" + gem "jekyll-feed", "~> 0.17" gem 'jekyll-multiple-languages-plugin' end