aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-08-31 23:08:20 -0500
committerJoshua Peek <josh@joshpeek.com>2009-08-31 23:08:20 -0500
commita79790e1a5733694baef3d03d8d79b76948a9d69 (patch)
tree9c6df0ceaf39700bcfa906d54c64b1621f9fb245 /ci
parent426e76ad85c060ef2fa87bc2bebfc906ea7b090e (diff)
downloadrails-a79790e1a5733694baef3d03d8d79b76948a9d69.tar.gz
rails-a79790e1a5733694baef3d03d8d79b76948a9d69.tar.bz2
rails-a79790e1a5733694baef3d03d8d79b76948a9d69.zip
rack-test 0.4.2 has rack 1.1.pre goodies, we'll use it instead
Diffstat (limited to 'ci')
-rw-r--r--ci/geminstaller.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/ci/geminstaller.yml b/ci/geminstaller.yml
index c981bc828d..5a6f9bde01 100644
--- a/ci/geminstaller.yml
+++ b/ci/geminstaller.yml
@@ -15,9 +15,8 @@ gems:
version: >= 0.8.0
- name: rack
version: '~> 1.0.0'
-- name: josh-rack-test
- version: >= 0.4.1
- install_options: --source=http://gems.github.com
+- name: rack-test
+ version: >= 0.4.2
- name: rake
version: >= 0.8.1
- name: sqlite-ruby