summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2017-01-15 18:35:33 +1300
committerKornelius Kalnbach <murphy@rubychan.de>2017-01-15 18:35:33 +1300
commit294183efae11e1a002cd455480e4dde8301f6b1e (patch)
tree1394afd9a7370e495aadfab3f4aa1b8374e7d573 /Gemfile
parentf38438f31319cf87fc87db71768b5902671a99f5 (diff)
downloadcoderay-294183efae11e1a002cd455480e4dde8301f6b1e.tar.gz
fixing tests...
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d849d68..c4463a9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,5 +14,5 @@ group :development do
gem "shoulda-context"
gem "test-unit"
gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
- gem "rdoc"
+ gem "rdoc", "~> 4.2.2"
end