projects
/
rnaseq-cwl-training.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bump ruby version (as specified in github-pages v209)
[rnaseq-cwl-training.git]
/
Gemfile
1
# frozen_string_literal: true
2
3
source 'https://rubygems.org'
4
5
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6
7
# Synchronize with https://pages.github.com/versions
8
ruby '>=2.7.1'
9
10
gem 'github-pages', group: :jekyll_plugins