Update bundler-audit: 0.8.0 → 0.9.0.1 (major) #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ bundler-audit (0.8.0 → 0.9.0.1) · Repo · Changelog
Release Notes
0.9.0.1 (from changelog)
0.9.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 52 commits:
Updated the ChangeLog for 0.9.0.1.
Version bump to 0.9.0.1.
Re-enable Ruby 2.5 in the CI matrix to test against psych < 3.1.0.
Support psych < 3.1.0 YAML.safe_load calling conventions for ruby < 2.6 (issue #319).
Added a Gem Version badge (badge.fury.io).
Mention that issue #302 will also affect ruby >= 3.1.0, if not fixed.
Updated the ChangeLog for 0.9.0.
Missed a spot.
Do not require yard-spellcheck by default, as it's a CLI tool.
Use https:// URLs in license text.
Fix spelling mistakes in the documentation.
Added yard-spellcheck.
Re-did the Style/PercentLiteralDelimiters configuration.
Whitespace--
Add special rubocop configuration to allow %w[], but also %{} and %r{}.
Be specific about which insecure URI schemes bundler-audit checks for.
Use the permitted_classes: keyword with YAML.safe_load.
Use rubocop's built-in rake task (@lopopolo).
Disable a few more pedantic rubocop rules.
Whitespace--.
Represent each line as a String literal to preserve XML indentation.
Added rubocop to the CI pipeline.
Use less expect_any_instance_of.
Style.
Also print the commit ID along with other database stats for debugging purposes.
Added Database#commit_id.
Revert "Thor's exit_on_failure? is deprecated." (fixes #317)
Comment out sections/text that are meant to be deleted/filled-in.
Added a bug report Issue template
Require CGI lib explicitly (#315)
Version bump to 0.9.0.
format: adding a Junit presenter format inspired by #206 (#314)
Fix typo in readme (#313)
Style fixes.
Add criticality level in JSON format (#310)
Support config path (#306)
Add missing @param tag.
Use more keyword arguments.
Add the bundler:audit tasks to the Rakefile.
Changed the rake tasks to execute bundler-audit as a subprocess.
Bump the spec Gemfile.lock files
Bump nokogiri from 1.11.1 to 1.11.5 in /spec/bundle/insecure_sources (#305)
Merge pull request #301 from gonzoyumo/fix_criticality_with_text_format
Bump nokogiri from 1.11.1 to 1.11.5 in /spec/bundle/secure (#304)
Fix text format output
Alias bundler:audit:* to bundle:audit:*.
Aliased bundle:audit to bundle:audit:check.
Renamed the bundler:audit_update task to bundler:audit:update.
Merge pull request #298 from braingourmets/feature/rake-tasks
Add a Rake task for updating the vulnerability database
Use YAML.safe_load
Docs: Fix README link reference (#295)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands