Skip to content

Commit 673fc8c

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 673fc8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/suspenders/generators/advisories_generator.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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", require: false, group: %i[development test],
7+
git: "https://github.com/rubysec/bundler-audit.git", branch: "0.7.0"
78
Bundler.with_clean_env { run "bundle install" }
89
end
910

0 commit comments

Comments
 (0)