diff options
author | Xavier Noria <fxn@hashref.com> | 2010-12-23 00:05:38 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-12-23 00:05:38 +0100 |
commit | 55f2e9f898cb6d1c518eaef23592638813c23450 (patch) | |
tree | dbcc464657b352fc3029c9516054ba23db3929d2 /Gemfile | |
parent | 09195f10bd3add1be1983a42760113ef2bd31602 (diff) | |
download | rails-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-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |