Skip to content

Bump active_storage_validations from 2.0.3 to 3.0.0 #676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps active_storage_validations from 2.0.3 to 3.0.0.

Release notes

Sourced from active_storage_validations's releases.

3.0.0

  • Allow to perform dimension / aspect_ratio validations on single page pdf (igorkasyanchuk/active_storage_validations#374)
  • Added pages validator to validate pdf number of pages.
  • Added equal_to option to duration, size and total_size validators.

Version 3 comes with the ability to support single page pdf dimension / aspect_ratio analysis, we had to make a breaking change:

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.

2.0.4

Changelog

Sourced from active_storage_validations's changelog.

Commits
  • e17919d new release preparation
  • e322c1a Merge pull request #386 from igorkasyanchuk/385-validator-add-equal_to-option...
  • 410973f [Validators] Add 'equal_to' option (#385)
  • 692ed85 Merge pull request #374 from igorkasyanchuk/370-dimension-validator-fails-on-pdf
  • 83075d2 [Test] Improve method name
  • e28fdce [README] Add missing title
  • 3b955db Merge branch 'master' into 370-dimension-validator-fails-on-pdf
  • e8285d2 Merge pull request #384 from Nymuxyzo/add-metadata
  • d7f313a Add metadata infos
  • 82dfc8a new release preparation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations) from 2.0.3 to 3.0.0.
- [Release notes](https://github.com/igorkasyanchuk/active_storage_validations/releases)
- [Changelog](https://github.com/igorkasyanchuk/active_storage_validations/blob/master/CHANGES.md)
- [Commits](igorkasyanchuk/active_storage_validations@2.0.3...3.0.0)

---
updated-dependencies:
- dependency-name: active_storage_validations
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants