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

Add support for annotating multiple gem lock files #86

Merged
merged 12 commits into from
May 12, 2021

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    def995c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5467750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    061b2d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8a3eb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    226beb1 View commit details
    Browse the repository at this point in the history
  6. Rubocop fixes

    petervandoros committed May 11, 2021
    Configuration menu
    Copy the full SHA
    64754c8 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Co-authored-by: Orien Madgwick <_@orien.io>
    petervandoros and orien authored May 11, 2021
    Configuration menu
    Copy the full SHA
    7f73229 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8a6ad5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Set default value to an Array

    Co-authored-by: Pete Johns <johnsyweb@users.noreply.github.com>
    petervandoros and johnsyweb authored May 12, 2021
    Configuration menu
    Copy the full SHA
    dc767ba View commit details
    Browse the repository at this point in the history
  2. Provide better usage info for multiple gemfile lock files.

    Co-authored-by: Pete Johns <johnsyweb@users.noreply.github.com>
    petervandoros and johnsyweb committed May 12, 2021
    Configuration menu
    Copy the full SHA
    1a5ed9c View commit details
    Browse the repository at this point in the history
  3. Unwrappr should proceed if at least one gemfile lock file exists

    In some cases, only one of the specified lock files may
    be present, which is enough for it to function.
    petervandoros committed May 12, 2021
    Configuration menu
    Copy the full SHA
    605f57a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24b143c View commit details
    Browse the repository at this point in the history