summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-08-19 03:23:19 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2011-08-19 03:23:19 +0200
commitbb11ecf7abf31648b19f61cc438e72d013c850b7 (patch)
tree8b9de0667a881787d45f685ed0edc773f7db126b /Gemfile
parent75bc5455af8c3c3381066aac3d5fff42264cac6f (diff)
downloadcoderay-bb11ecf7abf31648b19f61cc438e72d013c850b7.tar.gz
trying to integrate Travis CI
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d5ae377..29c842e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,5 +10,6 @@ group :development do
gem "shoulda-context", "= 1.0.0.beta1"
gem "RedCloth"
gem "json" unless RUBY_VERSION >= '1.9.1'
+ gem "rdoc"
gem "bundler", "~> 1.0.0"
end