mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump up bundler version to rc.2
This commit is contained in:
parent
e68e88e3ad
commit
03fc2f03cb
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue