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=<リスト>
--only-group=<リスト>