summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 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