Update bundler-audit 0.9.1 → 0.9.2 (minor) #919
Merged
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.9.1 → 0.9.2) · Repo · Changelog
Release Notes
0.9.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 40 commits:
Updated the ChangeLog for 0.9.2.
Update the copyright years to 2024.
Version bump to 0.9.2.
Changed "upgrade to" to "update to" to match `bundle update` (closes #394).
Replace deprecated license identifier for `GPL-3.0-or-later`
I prefer explicit parenthesis.
Use truffleruby stable in the CI matrix.
Added ruby-3.3 to the CI matrix.
Quote ruby version numbers to prevent them from being parsed as floats.
Drop ruby-2.x from the CI matrix.
Correctly handle when `Database#update!` raises `Database::UpdateFailed`.
Update YARDocs to reflect that `Database#update!` can return `nil`.
Corrected the YARD `@return` tags for `Database.update` and `#update!`.
Add `git --version` to the list of suggested version information.
Remove extra space.
Test that the CVE ID was ignored.
Bump tzinfo in /spec/bundle/unpatched_gems_with_dot_configuration (#360)
Bump rack from 2.2.6.2 to 2.2.6.3 in /spec/bundle/insecure_sources (#378)
Bump rack from 2.2.6.2 to 2.2.6.3 in /spec/bundle/secure
Bump rack from 2.2.4 to 2.2.6.2 in /spec/bundle/secure
Bump globalid from 1.0.0 to 1.0.1 in /spec/bundle/secure
Bump rack from 2.2.3 to 2.2.6.2 in /spec/bundle/insecure_sources
Make rubocop happy
Add ruby 3.2 to the test matrix
Bump rails-html-sanitizer in /spec/bundle/insecure_sources
Bump loofah from 2.9.1 to 2.19.1 in /spec/bundle/insecure_sources
Bump rails-html-sanitizer from 1.4.3 to 1.4.4 in /spec/bundle/secure
Bump loofah from 2.18.0 to 2.19.1 in /spec/bundle/secure (#366)
Bump nokogiri from 1.13.9 to 1.13.10 in /spec/bundle/insecure_sources
Bump nokogiri from 1.13.9 to 1.13.10 in /spec/bundle/secure
Bump nokogiri from 1.13.6 to 1.13.9 in /spec/bundle/insecure_sources
Bump nokogiri from 1.13.6 to 1.13.9 in /spec/bundle/secure
Added instructions on how to enable the bundler-audit rake tasks.
Bump rack from 2.2.3 to 2.2.4 in /spec/bundle/secure
Bump rails-html-sanitizer from 1.0.4 to 1.4.3 in /spec/bundle/secure
Fix accidental empty task.
Also mark `Task#bundler_audit` as part of the private API.
Added stub tests for `Bundler::Audit::Task` methods.
Expose `Task#bundler_audit`, `#check`, and `#update` for testability.
Mention that bundler-audit is now opted into rubygems.org MFA requirement.
Release Notes
1.3.1
1.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
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