From: François Michonneau Date: Mon, 29 Jun 2020 14:07:09 +0000 (-0400) Subject: bump ruby version X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/a52f6c2db42fbb2d314163848dcee9e2b9b2e467 bump ruby version --- 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