about summary refs log tree commit homepage
path: root/HACKING
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-02-11 20:06:32 +0000
committerEric Wong <normalperson@yhbt.net>2012-02-11 20:46:49 +0000
commit2457e4e856b14ddf945003fd034b31746d77282c (patch)
tree91a2e9632901fb95214be527074d2ec09e629ee4 /HACKING
parent80a40915947b99a3877a5d94c56cdf7b5571de35 (diff)
downloadcmogstored-2457e4e856b14ddf945003fd034b31746d77282c.tar.gz
Previous versions had a buggy WEBrick that didn't set
Content-Range in responses correctly.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 9022a31..d8c236d 100644
--- a/HACKING
+++ b/HACKING
@@ -1,6 +1,6 @@
 Bootstrapping from the git repo requires GNU autotools, Gnulib and
 Ragel.  You will need "autoreconf", "gnulib-tool" and "ragel" in your
-$PATH.  Some of the tests require "ruby" (1.8.7 or later)
+$PATH.  Some of the tests require "ruby" (1.8.7-p299 or later)
 
 * autoconf - https://www.gnu.org/software/autoconf/
 * automake - https://www.gnu.org/software/automake/