From ffe8b28c682494f1e7eeccf295a686a22998ea2e Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Fri, 15 Dec 2017 15:55:53 -0500 Subject: [PATCH] update classifier-reborn to 2.2.0 (#6631) Merge pull request 6631 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f7000acb..055b7295 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ group :jekyll_optional_dependencies do gem "toml", "~> 0.2.0" platform :ruby, :mswin, :mingw, :x64_mingw do - gem "classifier-reborn", "~> 2.1.0" + gem "classifier-reborn", "~> 2.2.0" gem "liquid-c", "~> 3.0" gem "pygments.rb", "~> 1.0" gem "rdiscount", "~> 2.0"