about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-30 08:11:44 +0000
committerEric Wong <normalperson@yhbt.net>2010-08-30 08:25:24 +0000
commitda272fc48ffaa808456fe94dd7a3e01bc9799832 (patch)
treea21c35613ff20d2609a19433a1182a17af0807b4 /Rakefile
parent0aaa0afa49a2953b7c26c1596a284621e23d5fc4 (diff)
downloadunicorn-da272fc48ffaa808456fe94dd7a3e01bc9799832.tar.gz
Rails 3 is out, and requires no code changes on our end to work
(as far as our tests show :)
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 833288c..c140b89 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.rc2).each do |rails_ver|
+  %w(3.0.0).each do |rails_ver|
     opts[:path] = "tmp/isolate/rails-#{rails_ver}"
     pid = fork { Isolate.now!(opts) { gem 'rails', rails_ver } }
     _, status = Process.waitpid2(pid)