about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-15 12:35:06 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-15 12:35:06 +0000
commitf550b2ac5cdfedba53564609af19db38c302bbf4 (patch)
treec767abc999ede9bfe8cf5af6d3f1174c4dd94ebc /t
parentc158f140e6a402278602b3be890c2c1dc494465d (diff)
downloadrainbows-f550b2ac5cdfedba53564609af19db38c302bbf4.tar.gz
Latest and greatest :D
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 95486ef..77edcfc 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.4.0'
+  gem 'unicorn', '3.5.0'
   gem 'kcar', '0.2.0'
   gem 'raindrops', '0.4.1'