From 484d49b55755e72475c0fd533a9a78523aa35881 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 28 Oct 2015 23:44:17 -0700 Subject: [PATCH] Remove no longer needed gem --- Gemfile | 1 - Gemfile.lock | 7 ------- _config.yml | 1 - 3 files changed, 9 deletions(-) diff --git a/Gemfile b/Gemfile index ac2071c7b97..f213d9565a3 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,6 @@ group :jekyll_plugins do gem 'jekyll-sitemap' gem 'jekyll-time-to-read' gem 'octopress', '~> 3.0' - gem 'octopress-codefence' gem 'octopress-filters' gem 'octopress-include-tag' end diff --git a/Gemfile.lock b/Gemfile.lock index 1088bb7feb7..a944ff2463a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,12 +46,6 @@ GEM octopress-hooks (~> 2.0) redcarpet (~> 3.0) titlecase - octopress-code-highlighter (4.2.6) - colorator (~> 0.1) - octopress-hooks - octopress-codefence (1.6.1) - octopress-code-highlighter (~> 4.2) - octopress-hooks (~> 2.1) octopress-deploy (1.3.0) colorator octopress-escape-code (2.0.6) @@ -115,7 +109,6 @@ DEPENDENCIES jekyll-sitemap jekyll-time-to-read octopress (~> 3.0) - octopress-codefence octopress-filters octopress-include-tag pygments.rb (~> 0.6.3) diff --git a/_config.yml b/_config.yml index 351647d8582..be2c843ca6e 100644 --- a/_config.yml +++ b/_config.yml @@ -57,7 +57,6 @@ highlighter: rouge gems: - jekyll-time-to-read - octopress-filters - - octopress-codefence - octopress-include-tag paginate: 10 # Posts per page on the blog index