diff --git a/Gemfile b/Gemfile
index 9775334a7c1ea4c71cc7a44b5acdf8112dc607e1..eb4ca6569ca492d1f6e5ee534f9b752ea01d8e3d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -85,6 +85,7 @@ gem "seed-fu"
 # Markdown to HTML
 gem "redcarpet",     "~> 2.2.2"
 gem "github-markup"
+gem "org-ruby" # For rendering .org files
 
 # Diffs
 gem 'diffy', '~> 3.0.3'
diff --git a/Gemfile.lock b/Gemfile.lock
index 3d4a673af1ca5677397480c6c2009369dbb2a3dd..3def12c053c99be3e0372748595e71b11e70ab56 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -319,6 +319,8 @@ GEM
     omniauth-twitter (1.0.1)
       multi_json (~> 1.3)
       omniauth-oauth (~> 1.0)
+    org-ruby (0.9.6)
+      rubypants (>= 0.2.0)
     orm_adapter (0.5.0)
     pg (0.15.1)
     phantomjs (1.9.2.0)
@@ -427,6 +429,7 @@ GEM
       rspec-mocks (~> 2.14.0)
     ruby-progressbar (1.2.0)
     rubyntlm (0.1.1)
+    rubypants (0.2.0)
     rugged (0.19.0)
     safe_yaml (0.9.7)
     sanitize (2.1.0)
@@ -625,6 +628,7 @@ DEPENDENCIES
   omniauth-github
   omniauth-google-oauth2
   omniauth-twitter
+  org-ruby
   pg
   poltergeist (~> 1.4.1)
   protected_attributes