about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-10 20:49:52 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-10 20:49:52 +0000
commit30996361d8134fee92f0198f83d71bc32f338de7 (patch)
tree92ab4c6f2253462c097cfb0bea5b7337b578f1dd /Rakefile
parent4accf4449390c649bce0b1c9d84314d65fd41f8e (diff)
downloadunicorn-30996361d8134fee92f0198f83d71bc32f338de7.tar.gz
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9f72bd0..69f922e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -207,7 +207,7 @@ task :isolate do
   status.success? or abort status.inspect
 
   # pure Ruby gems can be shared across all Rubies
-  %w(3.0.0.beta3).each do |rails_ver|
+  %w(3.0.0.beta4).each do |rails_ver|
     opts[:path] = "tmp/isolate/rails-#{rails_ver}"
     pid = fork { Isolate.now!(opts) { gem 'rails', rails_ver } }
     _, status = Process.waitpid2(pid)