From 9bea4b78ffc664b9a5561344fc881d5476dd02eb Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Fri, 5 Jun 2020 16:33:53 +0200 Subject: [PATCH] add spaceship dep --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 758d319f..13546427 100644 --- a/Gemfile +++ b/Gemfile @@ -45,3 +45,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1" if Gem.win_platform? +gem 'jekyll-spaceship' \ No newline at end of file -- GitLab