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

Commit

Permalink
Auto merge of #4476 - bundler:document-update-ruby, r=segiddins
Browse files Browse the repository at this point in the history
Add documentation for update --ruby

None
  • Loading branch information
homu committed Apr 28, 2016
2 parents d40efa8 + aded13b commit 10ddd8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.12.0 (2016-04-28)

This space intentionally left blank.

## 1.12.0.rc.4 (2016-04-21)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = "1.12.0.rc.4" unless defined?(::Bundler::VERSION)
VERSION = "1.12.0" unless defined?(::Bundler::VERSION)
end
5 changes: 4 additions & 1 deletion man/bundle-update.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bundle-update(1) -- Update your gems to the latest available versions

## SYNOPSIS

`bundle update` <*gems> [--group=NAME] [--source=NAME] [--local]
`bundle update` <*gems> [--group=NAME] [--source=NAME] [--local] [--ruby]

## DESCRIPTION

Expand Down Expand Up @@ -31,6 +31,9 @@ gem.
* `--local`:
Do not attempt to fetch gems remotely and use the gem cache instead.

* `--ruby`:
Update the locked version of Ruby to the current version of Ruby.

## UPDATING ALL GEMS

If you run `bundle update` with no parameters, bundler will ignore
Expand Down

0 comments on commit 10ddd8a

Please sign in to comment.