diff options
-rw-r--r-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |