Migrating to carpentries WIP
[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.5.5'
9
10 gem 'github-pages', group: :jekyll_plugins