From a52f6c2db42fbb2d314163848dcee9e2b9b2e467 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Michonneau?= Date: Mon, 29 Jun 2020 10:07:09 -0400 Subject: [PATCH] bump ruby version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1ece4c0..fb25ae4 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.3' +ruby '>=2.5.8' gem 'github-pages', group: :jekyll_plugins -- 2.30.2