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

Process Gemfile.lock processing #3072 #3090

Merged
merged 4 commits into from
Sep 3, 2022
Merged

Commits on Sep 3, 2022

  1. Return single Package from Gemfile.lock #3072

    Signed-off-by: Jono Yang <jyang@nexb.com>
    JonoYang committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    5ccee5f View commit details
    Browse the repository at this point in the history
  2. Do not return nameless package with deps #3072

    Signed-off-by: Jono Yang <jyang@nexb.com>
    JonoYang committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    a43660f View commit details
    Browse the repository at this point in the history
  3. Track primary gem in GemfileLock parser #3072

    Signed-off-by: Jono Yang <jyang@nexb.com>
    JonoYang committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    4c7bb33 View commit details
    Browse the repository at this point in the history
  4. Update GemfileParser #3072

        * Add new step in GemfileParser.__init__() to determine the Ruby package that this gemfile.lock is for
        * Add new test
    
    Signed-off-by: Jono Yang <jyang@nexb.com>
    JonoYang committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    023c452 View commit details
    Browse the repository at this point in the history