Update dependency active_storage_validations to v3 #107
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.
This PR contains the following updates:
2.0.3
->3.0.1
Release Notes
igorkasyanchuk/active_storage_validations (active_storage_validations)
v3.0.0
Compare Source
dimension
/aspect_ratio
validations on single page pdf (https://github.com/igorkasyanchuk/active_storage_validations/pull/37474)pages
validator to validate pdf number of pages.equal_to
option toduration
,size
andtotal_size
validators.Version 3 comes with the ability to support single page pdf dimension / aspect_ratio analysis, we had to make a breaking change:
poppler
PDF processing dependencypdftoppm -h
.Note that, if you do not perform
dimension
/aspect_ratio
validations on pdf, the gem will work the same as in version 2 without any breaking change.v2.0.4
Compare Source
parent_model.update(child_attributes: { image: file })
) for Rails >= 8.0.2 (https://github.com/igorkasyanchuk/active_storage_validations/pull/37878)after: :load_config_initializers
option (https://github.com/igorkasyanchuk/active_storage_validations/pull/38282)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.