Skip to content

Commit

Permalink
bundler-audit 0.7.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mike-burns committed Apr 24, 2020
1 parent 04ffd80 commit 673fc8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/suspenders/generators/advisories_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
module Suspenders
class AdvisoriesGenerator < Generators::Base
def bundler_audit_gem
gem "bundler-audit", require: false, group: %i[development test]
gem "bundler-audit", require: false, group: %i[development test],
git: "https://github.com/rubysec/bundler-audit.git", branch: "0.7.0"
Bundler.with_clean_env { run "bundle install" }
end

Expand Down

0 comments on commit 673fc8c

Please sign in to comment.