diff options
author | Yehuda Katz <wycats@gmail.com> | 2009-04-25 12:33:14 -0700 |
---|---|---|
committer | Yehuda Katz <wycats@gmail.com> | 2009-04-25 12:33:14 -0700 |
commit | d0ace15c01c5092a128ffec816dd26636b5adefd (patch) | |
tree | 60ec1f62a510b1a789e71acadc36fcb4f80e2b53 /ci | |
parent | 4f412a10b6125831af34d874927f891f586d0101 (diff) | |
download | rails-d0ace15c01c5092a128ffec816dd26636b5adefd.tar.gz rails-d0ace15c01c5092a128ffec816dd26636b5adefd.tar.bz2 rails-d0ace15c01c5092a128ffec816dd26636b5adefd.zip |
Updated for Rack 1.0
Diffstat (limited to 'ci')
-rw-r--r-- | ci/geminstaller.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/geminstaller.yml b/ci/geminstaller.yml index 33f1e81179..387e370a6f 100644 --- a/ci/geminstaller.yml +++ b/ci/geminstaller.yml @@ -14,7 +14,7 @@ gems: - name: pg version: >= 0.7.9.2008.10.13 - name: rack - version: '~> 0.9.0' + version: '~> 1.0.0' - name: rake version: >= 0.8.1 - name: sqlite-ruby |