mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00

Previously they had slightly different behavior when combined with
conservative updating flags.
The correct behavior is the `--update-strict` option, so `--script` now
does that, The `--update-strict` option is left there for now but I will
deprecate it later.
ab42046229
20 lines
446 B
Groff
20 lines
446 B
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "BUNDLE\-INFO" "1" "March 2022" "" ""
|
|
.
|
|
.SH "NAME"
|
|
\fBbundle\-info\fR \- Show information for the given gem in your bundle
|
|
.
|
|
.SH "SYNOPSIS"
|
|
\fBbundle info\fR [GEM] [\-\-path]
|
|
.
|
|
.SH "DESCRIPTION"
|
|
Print the basic information about the provided GEM such as homepage, version, path and summary\.
|
|
.
|
|
.SH "OPTIONS"
|
|
.
|
|
.TP
|
|
\fB\-\-path\fR
|
|
Print the path of the given gem
|
|
|