about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-09-07 00:36:58 +0000
committerEric Wong <normalperson@yhbt.net>2011-09-15 21:37:40 +0000
commitac346b5abcfa6253bd792091e5fb011774c40d49 (patch)
treeb304b96f42c3ba2cde396de8ed626754ae9d78cc /script
parentb48c6659b294b37f2c6ff3e75c1c9245522d48d1 (diff)
downloadunicorn-ac346b5abcfa6253bd792091e5fb011774c40d49.tar.gz
This will also be the foundation of SSL support in Rainbows!
and Zbatery.  Some users may also want to use this in
Unicorn on LANs to meet certain security/auditing requirements.
Of course, Nightmare! (in whatever form) should also be able to
use it.
Diffstat (limited to 'script')
-rwxr-xr-xscript/isolate_for_tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/isolate_for_tests b/script/isolate_for_tests
index 1dbe769..cd4a2b2 100755
--- a/script/isolate_for_tests
+++ b/script/isolate_for_tests
@@ -18,6 +18,7 @@ pid = fork do
   Isolate.now!(opts) do
     gem 'sqlite3-ruby', '1.2.5'
     gem 'raindrops', '0.7.0'
+    gem 'kgio-monkey', '0.3.0'
     gem 'kgio', '2.6.0'
     gem 'rack', '1.3.2'
   end