aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-07-29 23:48:47 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-07-29 23:48:47 -0300
commit03fc2f03cbc9b3354267e599f5fb6a42d58cd194 (patch)
treec9e2a92e92e9b509029ee24a95b59f731de91f69
parente68e88e3ada6b500012f893156b03f548a2f87e3 (diff)
downloadrails-03fc2f03cbc9b3354267e599f5fb6a42d58cd194.tar.gz
rails-03fc2f03cbc9b3354267e599f5fb6a42d58cd194.tar.bz2
rails-03fc2f03cbc9b3354267e599f5fb6a42d58cd194.zip
Bump up bundler version to rc.2
-rw-r--r--rails.gemspec2
-rw-r--r--railties/guides/source/contributing_to_rails.textile2
-rw-r--r--railties/guides/source/initialization.textile2
3 files changed, 3 insertions, 3 deletions
diff --git a/rails.gemspec b/rails.gemspec
index 00dde1934d..8c90584470 100644
--- a/rails.gemspec
+++ b/rails.gemspec
@@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.add_dependency('activeresource', version)
s.add_dependency('actionmailer', version)
s.add_dependency('railties', version)
- s.add_dependency('bundler', '>= 1.0.0.rc.1')
+ s.add_dependency('bundler', '>= 1.0.0.rc.2')
end
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>
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile
index 2f45aeaa8a..f80c00b280 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.beta.5.gem
+* bundler-1.0.0.rc.2.gem
* erubis-2.6.6.gem
* i18n-0.4.1.gem
* mail-2.2.5.gem