Skip to content

Commit 9371e60

Browse files
committed
bundler-audit 0.7.0
Use bundler-audit 0.7.0, currently in pre-release. It has an up-to-date Thor dependency, which fixes an incompatibility with Bundler 2. Here is a trail of bug reports and fixes against the repo: * <rubysec/bundler-audit#239> * <rubysec/bundler-audit#237> * <rubysec/bundler-audit#252>
1 parent 04ffd80 commit 9371e60

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/suspenders/generators/advisories_generator.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
module Suspenders
44
class AdvisoriesGenerator < Generators::Base
55
def bundler_audit_gem
6-
gem "bundler-audit", require: false, group: %i[development test]
6+
gem "bundler-audit",
7+
require: false,
8+
group: %i[development test],
9+
git: "https://github.com/rubysec/bundler-audit.git", branch: "0.7.0"
710
Bundler.with_clean_env { run "bundle install" }
811
end
912

0 commit comments

Comments
 (0)