rubysec / bundler-audit

Patch-level verification for Bundler
GNU General Public License v3.0
2.68k stars 228 forks source link

Make the `spec/fixtures/*/Gemfile.lock` files programmaticaly generated #381

Open postmodern opened 1 year ago

postmodern commented 1 year ago

Auto-generate the Gemfile.lock files used in the specs. This will avoid dealing with dependabot alerts. The Gemfile.lock should be much simpler and only with a few gems.

JuanVqz commented 7 months ago

hey @postmodern! What do you think the best way is to fix this issue?