summary refs log tree commit
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-12-08 13:13:44 -0500
committerGitHub <noreply@github.com>2016-12-08 13:13:44 -0500
commit9e73bd1ae7b5df937302a148ab99bf3be12eb063 (patch)
tree9d0d71b96a80d9ddbcc6ad5c29a1b5f7396e9bf8
parentc35a26028f94133f79245c156f4c35b7edb4e1b2 (diff)
parent1f14aa13d08495e29901a4804cdc1c838c3ed21b (diff)
downloadrack-9e73bd1ae7b5df937302a148ab99bf3be12eb063.tar.gz
Merge pull request #1135 from tonytonyjan/patch-rdoc
Add rdoc dependency
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2a767746..8741019e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,3 +19,7 @@ group :extra do
   gem 'memcache-client'
   gem 'thin', :platforms => c_platforms
 end
+
+group :doc do
+  gem 'rdoc'
+end