From b0144938d42c4e0b0f308c4e9cb1e5a23c155c72 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Fri, 3 Aug 2012 18:46:10 -0700 Subject: [PATCH] Use the latest org-ruby available (0.7.0). Fixes #117. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c1c1c7a2..5ed3ed5a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "http://rubygems.org" gem "redcarpet" gem "RedCloth" gem "rdoc", "~>3.6" -gem "org-ruby" +gem "org-ruby", ">= 0.7.0" gem "creole", "~>0.3.6" gem "wikicloth", "=0.6.0" gem "rake"