Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle non-installed gems #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 17, 2024

  1. Handle non-installed gems

    When there are production gems that are not installed in development, graph
    will not be able to find the gem.
    
    Before
    It threw an exception without any actionable information.
    
    After
    It still generates a graph, but also provides information so the user can exclude the group with -W if desired
    kbrock committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c5e57f1 View commit details
    Browse the repository at this point in the history