[ruby] Update carrierwave 3.0.5 → 3.0.6 (patch) #4053
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?
✳️ carrierwave (3.0.5 → 3.0.6) · Repo · Changelog
Release Notes
3.0.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
Version 3.0.6
Fix ruby-head build
Fix #derived_versions and #active_sibling_versions returning an Array where Hash is expected
Merge pull request #2728 from schinery/main
Fix assigning a file with the same name not marking the column as changed
Fix failing to remove files with ActiveRecord 7.1 after_commit order change enabled
Release Notes
2.8.6 (from changelog)
Does any of this look wrong? Please let us know.
Release Notes
1.0.4
1.0.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
Release v1.0.4
Regression fix: binary declared type should fall back to filename extension type (#99)
Release v1.0.3
Fix Illustrator detection as application/pdf instead of application/illustrator
CI: fix JRuby build
Merge pull request #93 from vipulnsward/add-note
Add note in README how to extend detection of custom file types
Move CI to GitHub
Update gem name in Gemfile
Merge pull request #74 from ursm/fix-html-with-svg
Fix magic detection for HTML with `<svg`
Also deduplicate binary strings
Merge pull request #72 from casperisfine/strip-empty-arrays
Store MIME parents in a distinct Hash
Require Ruby >= 2.3
Merge pull request #71 from casperisfine/remove-type-comments
Remove comment strings from Tables::TYPE
Merge pull request #70 from casperisfine/utf8-table
tables.rb: Generate UTF-8 strings when possible.
Add frozen_string_literal: true
Merge pull request #68 from Cofense/readme-explain-for-pathname-argument
Document `Marcel::MimeType.for`
Merge pull request #69 from wonda-tea-coffee/suppress-warning-unused-variable
Suppress warning
Merge pull request #65 from gmcgibbon/audio/ogg
Fix decoded matcher comment on ms-access magic extension
Prefer audio/ogg instead of audio/vorbis
Release Notes
2.2.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
fix tests with git master libvips
Merge pull request #382 from aglushkov/master
Add wrappers for vips_block_untrusted_set and vips_operation_block_set methods
Merge pull request #386 from libvips/fix-ci
lint
remove ruby2.0 support
guard references
update checkout to v4
Merge pull request #385 from libvips/add-ref-to-new-from-source
new_from_source should ref the source object
Merge pull request #377 from olleolleolle/patch-1
CI: Tell dependabot to update GH Actions
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