From 5335799458db28be4ffac432e8cef5bb5c6f6464 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Tue, 16 Jun 2020 11:36:03 +0200 Subject: [PATCH] bump theme in gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ba011635..b751eeb7 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "jekyll", "~> 4.0" gem "bundler", "> 2.0" gem "minima", "~> 2.5" -gem 'jekyll-theme-lcsb-default', '~> 0.4.1' +gem 'jekyll-theme-lcsb-default', '~> 0.4.2' # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. -- GitLab