From 03fdc8dbeabe60bae77e2850435226b96d4b359f Mon Sep 17 00:00:00 2001 From: Thomas Wood <thomas.wood09@imperial.ac.uk> Date: Mon, 1 Feb 2016 15:32:48 +0000 Subject: [PATCH] Update gems --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index aea3810..656941c 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake' gem 'jekyll' -group :jekyll_plugins do +group :default, :jekyll_plugins do gem 'jekyll-scholar' end diff --git a/Gemfile.lock b/Gemfile.lock index 5639585..04c25dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,7 +34,7 @@ GEM typhoeus (~> 0.7) yell (~> 2.0) i18n (0.7.0) - jekyll (3.1.0) + jekyll (3.1.1) colorator (~> 0.1) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) @@ -45,7 +45,7 @@ GEM safe_yaml (~> 1.0) jekyll-sass-converter (1.4.0) sass (~> 3.4) - jekyll-scholar (5.5.1) + jekyll-scholar (5.6.0) bibtex-ruby (~> 4.0, >= 4.0.13) citeproc-ruby (~> 1.0) csl-styles (~> 1.0) -- GitLab