add 'bundle outdated --without-group' flag
Open
Nobody has claimed this yet.
Bundler
type: feature request
- Dominant language
- Ruby
- Stars
- 4k
- Forks
- 1.9k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 81
Description
I want to bundler to ignore certain groups when running bundle outdated
I understand there's a --group flag which lets me specify a specific group but I want to exclude a group
The flag already exists with bundle list
So I can run bundle list --without-group test
But I can't run bundle outdated --without-group test
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the existing bundle list --without-group option with the bundle outdated command and its current --group handling. Done means bundle outdated --without-group test accepts the flag and excludes the specified group, matching the behavior described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100