about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-28 07:07:14 +0000
committerEric Wong <normalperson@yhbt.net>2010-08-28 07:07:14 +0000
commit18968f6aff2fa5ba5a7e3e3d47c9cc05cd6c260d (patch)
treea0e5aeda62717efcdb145463d5a98469ee2fc9ae /Rakefile
parent4b23693b9082a84433a9e6c1f358b58420176b27 (diff)
downloadunicorn-18968f6aff2fa5ba5a7e3e3d47c9cc05cd6c260d.tar.gz
No code changes needed, thankfully.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 69f922e..833288c 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.beta4).each do |rails_ver|
+  %w(3.0.0.rc2).each do |rails_ver|
     opts[:path] = "tmp/isolate/rails-#{rails_ver}"
     pid = fork { Isolate.now!(opts) { gem 'rails', rails_ver } }
     _, status = Process.waitpid2(pid)