Remove software carpentries logo
[rnaseq-cwl-training.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 37f5eaa42e5044a403727c7b15108bc41df2a0ca..fa54c964af2f51ec51fb0f611b29c5054dcef107 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,14 @@
+# frozen_string_literal: true
+
 source 'https://rubygems.org'
 source 'https://rubygems.org'
+
+git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
+
+# Synchronize with https://pages.github.com/versions
+ruby '>=2.5.5'
+
 gem 'github-pages', group: :jekyll_plugins
 gem 'github-pages', group: :jekyll_plugins
+
+group :jekyll_plugins do
+  gem "jekyll-tabs"
+end