about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-02-19 02:57:58 +0000
committerEric Wong <e@80x24.org>2014-02-19 02:57:58 +0000
commit62a81b0b292d8d7d15b8d45fa5134b813d4ceb64 (patch)
treedc8e60afa90f9503c02aa14625eff4a812b80a42
parent5e4a2deafacd63a3e1a3f048eaf56a213174b3cc (diff)
downloadunicorn-62a81b0b292d8d7d15b8d45fa5134b813d4ceb64.tar.gz
kgio and raindrops were both updated for Ruby 2.2.0dev r44955
and later, so depend on them in our tests.
-rwxr-xr-xscript/isolate_for_tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/isolate_for_tests b/script/isolate_for_tests
index 6f0a9fc..6f5dced 100755
--- a/script/isolate_for_tests
+++ b/script/isolate_for_tests
@@ -16,8 +16,8 @@ opts = {
 
 pid = fork do
   Isolate.now!(opts) do
-    gem 'raindrops', '0.12.0'
-    gem 'kgio', '2.8.1'
+    gem 'raindrops', '0.13.0'
+    gem 'kgio', '2.9.2'
     gem 'rack', '1.5.2'
   end
 end