From 462be1ec5a976ff53a20de92ab6a05a40a25e95b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Michonneau?= Date: Wed, 28 Oct 2020 14:44:35 +0100 Subject: [PATCH] bump ruby version (as specified in github-pages v209) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fb25ae4..46eedf7 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,6 @@ source 'https://rubygems.org' git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # Synchronize with https://pages.github.com/versions -ruby '>=2.5.8' +ruby '>=2.7.1' gem 'github-pages', group: :jekyll_plugins -- 2.30.2