about summary refs log tree commit homepage
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
parent4accf4449390c649bce0b1c9d84314d65fd41f8e (diff)
downloadunicorn-30996361d8134fee92f0198f83d71bc32f338de7.tar.gz
-rw-r--r--Rakefile2
-rw-r--r--t/test-rails3.sh2
2 files changed, 2 insertions, 2 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)
diff --git a/t/test-rails3.sh b/t/test-rails3.sh
index 1ade73b..beeccf5 100644
--- a/t/test-rails3.sh
+++ b/t/test-rails3.sh
@@ -1,5 +1,5 @@
 . ./test-lib.sh
-RAILS_VERSION=${RAILS_VERSION-3.0.0.beta3}
+RAILS_VERSION=${RAILS_VERSION-3.0.0.beta4}
 case $RUBY_VERSION in
 1.8.7|1.9.2) ;;
 *)