diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-23 23:26:25 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-23 23:26:25 -0300 |
commit | 363fe5faf9953ade69b900aa8e687d11ceeeff02 (patch) | |
tree | d64dbe1f1e151ee5572b1c09775a5f0f732c35f1 /railties | |
parent | b983145dfc2d03cfaed5ed71a9c24c025452c1ac (diff) | |
download | rails-363fe5faf9953ade69b900aa8e687d11ceeeff02.tar.gz rails-363fe5faf9953ade69b900aa8e687d11ceeeff02.tar.bz2 rails-363fe5faf9953ade69b900aa8e687d11ceeeff02.zip |
Point guides to bundler 1.0.0.rc.6
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/contributing_to_rails.textile | 2 | ||||
-rw-r--r-- | railties/guides/source/initialization.textile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/contributing_to_rails.textile b/railties/guides/source/contributing_to_rails.textile index fb81bab98d..91ffa8ccc3 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.2 bundler +gem install -v=1.0.0.rc.6 bundler bundle install --without db </shell> diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile index ac4a868b3f..09cbf6e2af 100644 --- a/railties/guides/source/initialization.textile +++ b/railties/guides/source/initialization.textile @@ -141,7 +141,7 @@ Here the only two gems we need are +rails+ and +sqlite3-ruby+, so it seems. This * activesupport-3.0.0.beta4.gem * arel-0.4.0.gem * builder-2.1.2.gem -* bundler-1.0.0.rc.2.gem +* bundler-1.0.0.rc.6.gem * erubis-2.6.6.gem * i18n-0.4.1.gem * mail-2.2.5.gem |