Commit bee9c48
authored
chore(deps): bump active_storage_validations from 3.0.1 to 3.0.2 (#1085)
Bumps
[active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations)
from 3.0.1 to 3.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/igorkasyanchuk/active_storage_validations/releases">active_storage_validations's
releases</a>.</em></p>
<blockquote>
<h2>3.0.2</h2>
<h2>What's Changed</h2>
<ul>
<li>pluralize pixel in english locale files by <a
href="https://github.com/dobiedad"><code>@dobiedad</code></a> in <a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/pull/395">igorkasyanchuk/active_storage_validations#395</a></li>
<li>check in test changes from <a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/issues/395">#395</a>
by <a href="https://github.com/dobiedad"><code>@dobiedad</code></a> in
<a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/pull/396">igorkasyanchuk/active_storage_validations#396</a></li>
<li>361 validations run on activestorageattachedone when they should not
by <a href="https://github.com/Mth0158"><code>@Mth0158</code></a> in <a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/pull/397">igorkasyanchuk/active_storage_validations#397</a></li>
<li>[Rubocop] Upgrade dependency and target ruby version by <a
href="https://github.com/Mth0158"><code>@Mth0158</code></a> in <a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/pull/398">igorkasyanchuk/active_storage_validations#398</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dobiedad"><code>@dobiedad</code></a>
made their first contribution in <a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/pull/395">igorkasyanchuk/active_storage_validations#395</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/igorkasyanchuk/active_storage_validations/compare/3.0.1...3.0.2">https://github.com/igorkasyanchuk/active_storage_validations/compare/3.0.1...3.0.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/igorkasyanchuk/active_storage_validations/blob/master/CHANGES.md">active_storage_validations's
changelog</a>.</em></p>
<blockquote>
<ul>
<li>3.0.2
<ul>
<li>Fix issue with active_storage_validations metadata not being saved
if only running a <code>valid?</code> call (<a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/issues/361">igorkasyanchuk/active_storage_validations#361</a>)</li>
<li>Fix typo for English dimension translations (#<a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/issues/395">igorkasyanchuk/active_storage_validations#395</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/igorkasyanchuk/active_storage_validations/commit/3efea636afb225c92f98587a51edcb22a4d3d611"><code>3efea63</code></a>
new version</li>
<li><a
href="https://github.com/igorkasyanchuk/active_storage_validations/commit/6d320cb652cc930a2422d13846745d89c1a4f092"><code>6d320cb</code></a>
[CHANGES] Update before release</li>
<li><a
href="https://github.com/igorkasyanchuk/active_storage_validations/commit/b905ef717a65c61096e8b29a102bd69c604a77f4"><code>b905ef7</code></a>
Merge pull request <a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/issues/398">#398</a>
from igorkasyanchuk/upgrade-rubocop</li>
<li><a
href="https://github.com/igorkasyanchuk/active_storage_validations/commit/1a76e5ad25bc1ececb6ecb675a8312627ca74fb0"><code>1a76e5a</code></a>
Merge pull request <a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/issues/397">#397</a>
from igorkasyanchuk/361-validations-run-on-activestor...</li>
<li><a
href="https://github.com/igorkasyanchuk/active_storage_validations/commit/a5032ae14693bd1f58e5d989443f708587b684fc"><code>a5032ae</code></a>
[Rubocop] Upgrade dependency and target ruby version</li>
<li><a
href="https://github.com/igorkasyanchuk/active_storage_validations/commit/c84e7920debe25cae820b364d67f96bda462648c"><code>c84e792</code></a>
[Changes] Update changes</li>
<li><a
href="https://github.com/igorkasyanchuk/active_storage_validations/commit/c620d6d9c68de2f10ed43aaf05d2bad9eaa9de70"><code>c620d6d</code></a>
[Performance] Fix issue due to unsaved metadata (<a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/issues/361">#361</a>)</li>
<li><a
href="https://github.com/igorkasyanchuk/active_storage_validations/commit/d009f478a8511be51e6d5fecf49e2f94a910b4cb"><code>d009f47</code></a>
Merge pull request <a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/issues/396">#396</a>
from dobiedad/master</li>
<li><a
href="https://github.com/igorkasyanchuk/active_storage_validations/commit/ea869668ea301e2a916f468b9c55450005d45453"><code>ea86966</code></a>
check in test changes</li>
<li><a
href="https://github.com/igorkasyanchuk/active_storage_validations/commit/de89d2989683e4487985b177b946b86964ec9ca3"><code>de89d29</code></a>
Merge pull request <a
href="https://redirect.github.com/igorkasyanchuk/active_storage_validations/issues/395">#395</a>
from dobiedad/master</li>
<li>Additional commits viewable in <a
href="https://github.com/igorkasyanchuk/active_storage_validations/compare/3.0.1...3.0.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| |||
0 commit comments