Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Some corrections to the UPGRADING.md #1409

Merged
merged 2 commits into from Sep 13, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions UPGRADING.md
Expand Up @@ -33,7 +33,7 @@ your deploy.rb file to run Bundler automatically as part of deploying:
require 'bundler/capistrano'

For more details on deploying using bundler, see the documentation
for the bundler cap task, and the [documentation on deploying](http://gembundler.com/v1.0/deploying.html).
for the bundler cap task, and the [documentation on deploying](http://gembundler.com/deploying.html).


## Bundler 0.8 to 0.9 and above
Expand Down Expand Up @@ -100,4 +100,4 @@ Bundler 0.9 changes the following Bundler 0.8 Gemfile APIs:
mode, where using system gems, this becomes
`Bundler.setup(:multiple, :groups)`. If you don't
specify any groups, this puts all groups on the load
path. In locked, mode, it becomes `require '.bundle/environment'`
path. In locked mode, it becomes `require '.bundle/environment'`