From: François Michonneau Date: Wed, 28 Oct 2020 13:44:35 +0000 (+0100) Subject: bump ruby version (as specified in github-pages v209) X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/462be1ec5a976ff53a20de92ab6a05a40a25e95b bump ruby version (as specified in github-pages v209) --- 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