X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/f123ad15535fd82e75751b751c83ad98a88b6ac1..75fb4494aee7c80e7139da7403dced296fe9620b:/Gemfile?ds=sidebyside diff --git a/Gemfile b/Gemfile index 20ebaa1..fa54c96 100644 --- a/Gemfile +++ b/Gemfile @@ -8,3 +8,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } ruby '>=2.5.5' gem 'github-pages', group: :jekyll_plugins + +group :jekyll_plugins do + gem "jekyll-tabs" +end