diff options
author | Carl Lerche <carllerche@mac.com> | 2010-01-31 19:25:51 -0800 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-01-31 19:25:51 -0800 |
commit | dfeae62e57105e5a1986f0af80bc104355e3364f (patch) | |
tree | cf23d087f66c25767d7b4af0e71c0931148e1fa9 | |
parent | 9f01dff9c203821bf4ac6d7b885f1d6b018d5c79 (diff) | |
download | rails-dfeae62e57105e5a1986f0af80bc104355e3364f.tar.gz rails-dfeae62e57105e5a1986f0af80bc104355e3364f.tar.bz2 rails-dfeae62e57105e5a1986f0af80bc104355e3364f.zip |
Update the CI geminstaller to pull in the correct version of bundler
-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 3dc2000bf9..1f1ecb49d4 100644 --- a/ci/geminstaller.yml +++ b/ci/geminstaller.yml @@ -5,4 +5,4 @@ gems: - name: rubygems-update version: >= 1.3.5 - name: bundler - version: >= 0.7.1 + version: >= 0.9.0.pre |