diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-07-29 23:48:47 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-07-29 23:48:47 -0300 |
commit | 03fc2f03cbc9b3354267e599f5fb6a42d58cd194 (patch) | |
tree | c9e2a92e92e9b509029ee24a95b59f731de91f69 /railties/guides/source/contributing_to_rails.textile | |
parent | e68e88e3ada6b500012f893156b03f548a2f87e3 (diff) | |
download | rails-03fc2f03cbc9b3354267e599f5fb6a42d58cd194.tar.gz rails-03fc2f03cbc9b3354267e599f5fb6a42d58cd194.tar.bz2 rails-03fc2f03cbc9b3354267e599f5fb6a42d58cd194.zip |
Bump up bundler version to rc.2
Diffstat (limited to 'railties/guides/source/contributing_to_rails.textile')
-rw-r--r-- | railties/guides/source/contributing_to_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_rails.textile b/railties/guides/source/contributing_to_rails.textile index 094a4ef1a9..fb81bab98d 100644 --- a/railties/guides/source/contributing_to_rails.textile +++ b/railties/guides/source/contributing_to_rails.textile @@ -69,7 +69,7 @@ All of the Rails tests must pass with any code you submit, otherwise you have no NOTE: Ensure you install bundler v1.0 <shell> -gem install -v=1.0.0.rc.1 bundler +gem install -v=1.0.0.rc.2 bundler bundle install --without db </shell> |