rubysec/bundler-audit

View on GitHub
.github/ISSUE_TEMPLATE/bug-report.md

Summary

Maintainability
Test Coverage
---
name: Bug Report
about: Report a bug
title: ''
labels: bug
assignees: ''

---
<!--
**Double Check**

- Did you update to the latest bundler-audit? (ex: `bundle update bundler-audit` or `gem update bundler-audit`)
- Did you update the ruby-advisory-db? (ex: `bundler-audit update`)
-->

## Description

<!-- A clear and concise description of what the bug is. -->

## Steps To Reproduce

Steps to reproduce the bug:
1. `$ bundle-audit ...`
2. ???

## Expected Behavior

<!-- What should happen. -->

## Actual Behavior

<!-- The error message or backtrace. -->
```
```

## Environment

    $ bundler-audit --version
    ...
    $ bundle --version
    ...
    $ ruby --version
    ...
    $ git --version
    ...