diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-10-16 14:35:28 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-10-16 14:36:25 -0200 |
commit | b44e2abd9f65b5d253175e047b1f4c115385d2f3 (patch) | |
tree | 94a0a272d723e4ccfa3119163889a540cc9fb7cd /railties | |
parent | 6c8ea8338584da0891ab29e0c35b5ed22e526ee2 (diff) | |
download | rails-b44e2abd9f65b5d253175e047b1f4c115385d2f3.tar.gz rails-b44e2abd9f65b5d253175e047b1f4c115385d2f3.tar.bz2 rails-b44e2abd9f65b5d253175e047b1f4c115385d2f3.zip |
Bump bundler up to 1.0.3
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/initialization.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile index 3e02bc0158..77c20c8bb0 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.gem * arel-0.4.0.gem * builder-2.1.2.gem -* bundler-1.0.0.gem +* bundler-1.0.3.gem * erubis-2.6.6.gem * i18n-0.4.1.gem * mail-2.2.5.gem |