From ac346b5abcfa6253bd792091e5fb011774c40d49 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 7 Sep 2011 00:36:58 +0000 Subject: add preliminary SSL support 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. --- script/isolate_for_tests | 1 + 1 file changed, 1 insertion(+) (limited to 'script') 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 -- cgit v1.2.3-24-ge0c7