aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-12-23 00:05:38 +0100
committerXavier Noria <fxn@hashref.com>2010-12-23 00:05:38 +0100
commit55f2e9f898cb6d1c518eaef23592638813c23450 (patch)
treedbcc464657b352fc3029c9516054ba23db3929d2 /Gemfile
parent09195f10bd3add1be1983a42760113ef2bd31602 (diff)
downloadrails-55f2e9f898cb6d1c518eaef23592638813c23450.tar.gz
rails-55f2e9f898cb6d1c518eaef23592638813c23450.tar.bz2
rails-55f2e9f898cb6d1c518eaef23592638813c23450.zip
removes binary? hack for RDoc, API requires RDoc 3 and horo 1.0.3
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3e99b4cd8d..ada8bc2c52 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,8 +12,8 @@ gem "rack", :git => "git://github.com/rack/rack.git"
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"
-gem "rdoc", "~> 2.5"
-gem "horo", ">= 1.0.2"
+gem "rdoc", "~> 3.0"
+gem "horo", "= 1.0.3"
# for perf tests
gem "faker"