about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-21 06:48:46 +0000
committerEric Wong <normalperson@yhbt.net>2011-04-21 06:50:32 +0000
commit7f368d2cf9e456e37f1489dc275ed0de007175dd (patch)
tree216f93eb2285e80ef61d54c8071ccecd4ab68d57 /t
parent15505863ce2080bdf342930530acc35c0d112df1 (diff)
downloadrainbows-7f368d2cf9e456e37f1489dc275ed0de007175dd.tar.gz
Might as well use the latest and greatest.
Diffstat (limited to 't')
-rw-r--r--t/test_isolate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 77edcfc..c63db7e 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -16,7 +16,7 @@ $stdout.reopen($stderr)
 lock = File.open(__FILE__, "rb")
 lock.flock(File::LOCK_EX)
 Isolate.now!(opts) do
-  gem 'unicorn', '3.5.0'
+  gem 'unicorn', '3.6.0'
   gem 'kcar', '0.2.0'
   gem 'raindrops', '0.4.1'