diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2010-07-01 02:25:35 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-07-01 10:44:53 -0700 |
commit | d7c1057652cfc971bb35ef09b0b1560fcd28ed70 (patch) | |
tree | e68399a19d2225543a7e02cef7171f7c601b1ee2 /railties | |
parent | 53b34e84762b7f2d6b641f99dadbb1eab42907ab (diff) | |
download | rails-d7c1057652cfc971bb35ef09b0b1560fcd28ed70.tar.gz rails-d7c1057652cfc971bb35ef09b0b1560fcd28ed70.tar.bz2 rails-d7c1057652cfc971bb35ef09b0b1560fcd28ed70.zip |
Bump bundler dependency to 1.0.0.beta.2 or later
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 cedf823bdc..8498f79f4e 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-0.9.26.gem +* bundler-1.0.0.beta.2.gem * erubis-2.6.5.gem * i18n-0.4.1.gem * mail-2.2.4.gem |