Skip to content

Commit b1d02e7

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 b1d02e7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/suspenders/generators/advisories_generator.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
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",
10+
branch: "0.7.0"
711
Bundler.with_clean_env { run "bundle install" }
812
end
913

0 commit comments

Comments
 (0)