Skip to content

[ruby] Update carrierwave 3.0.5 → 3.0.6 (patch)

Depfu Bot requested to merge depfu/update/carrierwave-3.0.6 into main

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

Fixed

  • Fix #derived_versions and #active_sibling_versions returning an Array where Hash is expected (@mshibuya 46e4f20)
  • Fix incompatibility with Marcel 1.0.3 (@schinery #2728, #2729)
  • Fix assigning a file with the same name not marking the column as changed (@mshibuya 4c65b39, #2719)
  • Fix failing to remove files with ActiveRecord 7.1 after_commit order change enabled (@mshibuya 63113e9, #2713)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 6 commits:

️ bigdecimal (indirect, 3.1.6 → 3.1.7) · Repo · Changelog
Release Notes

3.1.7

What's Changed

  • Use macos-arm-oss and latest versions for test and benchmark CI by @hsbt in #285
  • Support Ruby 3.4's new error message format by @mame in #286
  • Rename rake spec with rake test in documentation by @rhannequin in #287

New Contributors

Full Changelog: v3.1.6...v3.1.7

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 8 commits:

️ drb (indirect, 2.2.0 → 2.2.1) · Repo
Release Notes

2.2.1

What's Changed

  • Use a single quote instead of a backtick as an open quote by @mame in #25
  • Drop dependency on ruby2_keywords by @Earlopain in #27
  • Fix warnings during test runs by @Earlopain in #26

New Contributors

Full Changelog: v2.2.0...v2.2.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

️ i18n (indirect, 1.14.1 → 1.14.4) · Repo · Changelog
Release Notes

1.14.4

What's Changed

Note: the racc dependency will be coming back in Version 2.

  • undo strict racc dependency on this branch by @radar in #687

Full Changelog: v1.14.3...v1.14.4

1.14.3

What's Changed

  • Pass options to along to exists? super calls by @radar in #671
  • Improve TOKENIZER by 23% by @kbrock in #668
  • Regex part deux - INTERPOLATION_SYNTAX by @kbrock in #669
  • Raise when translated entry contains interpolations for reserved keywords and no substitutions provided by @fatkodima in #678
  • Implement Fallbacks#inspect and Fallbacks#empty? by @fatkodima in #683

Upkeep

New Contributors

Full Changelog: v1.14.1...v1.14.3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 28 commits:

️ marcel (indirect, 1.0.2 → 1.0.4) · Repo
Release Notes

1.0.4

What's Changed

  • Regression fix: binary declared type should fall back to filename extension type by @jeremy in #99

Full Changelog: v1.0.3...v1.0.4

1.0.3

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.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:

️ minitest (indirect, 5.22.2 → 5.22.3) · Repo · Changelog
Commits

See the full diff on Github. The new version differs by 5 commits:

️ ruby-vips (indirect, 2.2.0 → 2.2.1) · Repo · Changelog
Release Notes

2.2.1 (from changelog)

  • add Vips.block_untrusted method to block all untrusted operations. Only for libvips >= 8.13. Docs. #382 aglushkov
  • add Vips.block method to block specific operation. Only for libvips >= 8.13. Docs. #382 aglushkov
  • new_from_source keeps a ref to the source object [taylorthurlow]
  • some fixes to object references system

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 12 commits:

🗑️ ruby2_keywords (removed)

Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

Merge request reports