From b4a9e6d82b326ef974a8271c61ad0d80dda3d406 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Mon, 11 Mar 2013 02:36:52 +0100 Subject: remove rdoc from Gemfile --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0f49975..efbd193 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,5 @@ group :development do gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3" gem "term-ansicolor" gem "shoulda-context", "~> 1.0.0" - gem "json" if RUBY_VERSION < '1.9' - gem "rdoc" + gem "json" if RUBY_VERSION < '1.9' end -- cgit v1.2.1