From 7b81aab5ac225fb12a100d9eb463340f322704fd Mon Sep 17 00:00:00 2001
From: Brandon Mathis <brandon@imathis.com>
Date: Tue, 26 Jul 2011 23:36:42 -0400
Subject: added support for pygments.rb removing dependency on pygments, added
 support for caching highlighted code from pygments.rb and added default line
 numbering. Javascript auto line numbering now only occurs for embedded gists

---
 Gemfile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'Gemfile')

diff --git a/Gemfile b/Gemfile
index 8b7de0f9..5bb57ed4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,7 @@ gem 'rake'
 gem 'rack'
 gem 'jekyll'
 gem 'rdiscount'
+gem 'pygments.rb'
 gem 'RedCloth'
 gem 'haml', '>= 3.1'
 gem 'compass', '>= 0.11'
-- 
cgit v1.2.1