You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at #initialize now, it seems that it should accept the scanner options (:ignore) and store those as instance variables. The #scan method would then accept the path to the Gemfile.lock. This would allow the Scanner object to be configured once and ran across multiple Gemfile.lock files.
The text was updated successfully, but these errors were encountered:
Interested in this. Working through the process of upgrading a production app, and currently have the app booting 2 versions of Rails. Each version is run off different bundler lockfiles, Gemfile.lock, and GemfileNext.lock. Would love for a way to supply a list of lockfiles to check or just basic cli support for custom lockfile path. If you're interested in the latter (even though it will most likely clash with this issue), please let me know and I'll submit a PR.
Looking at
#initialize
now, it seems that it should accept the scanner options (:ignore
) and store those as instance variables. The#scan
method would then accept the path to theGemfile.lock
. This would allow the Scanner object to be configured once and ran across multipleGemfile.lock
files.The text was updated successfully, but these errors were encountered: