bundle-list - 列出捆绑包中的所有 gem
bundle list [--name-only] [--paths] [--without-group=GROUP[ GROUP...]] [--only-group=GROUP[ GROUP...]]
打印捆绑包中所有 gem 的列表,包括它们的版本。
示例
bundle list --name-only
bundle list --paths
bundle list --without-group test
bundle list --only-group dev
bundle list --only-group dev test --paths
--name-only--paths--without-group=<list>--only-group=<list>