ruby / ruby/rubygems

add 'bundle outdated --without-group' flag

Open
#8,049 3 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.