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

Allow Gemfile path to be specified #171

Closed
wants to merge 1 commit into from

Conversation

rpbaptist
Copy link

This allows for bundler-audit to be run from a different directory.

I have a use case where I would like to run bundler-audit on several projects. Allowing the path of the project folder to be specified makes this easier without having to change directories.

This allows for bundler-audit to be run from a different directory.
@leklund
Copy link

leklund commented Feb 7, 2017

👍 I actually created a gem (https://github.com/leklund/bauditor) to run against several projects at once. This change would make it much easier!

@gurix
Copy link

gurix commented Nov 1, 2018

I rather like to have the possibility to define the Gemfile via BUNDLE_GEMFILE=..... I proposed a solution along with this pull request: #200

@postmodern
Copy link
Member

postmodern commented Dec 17, 2020

bundler-audit 0.8.0 will/does support (the 0.8.0 branch is ready to be merged/released) support a --gemfile-lock option and accepts an optional DIR argument for specifying the project root directory.

@postmodern postmodern closed this Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants