gems: update active_storage_validation to 0.9.6
This allows us to have the %{file_max_size} variable defined in the error message. See https://github.com/igorkasyanchuk/active_storage_validations/pull/134
This commit is contained in:
parent
d4cbcaf768
commit
4b557a4f18
1 changed files with 5 additions and 2 deletions
|
@ -67,8 +67,11 @@ GEM
|
|||
activemodel (>= 4.1, < 6.2)
|
||||
case_transform (>= 0.2)
|
||||
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
||||
active_storage_validations (0.9.2)
|
||||
rails (>= 5.2.0)
|
||||
active_storage_validations (0.9.6)
|
||||
activejob (>= 5.2.0)
|
||||
activemodel (>= 5.2.0)
|
||||
activestorage (>= 5.2.0)
|
||||
activesupport (>= 5.2.0)
|
||||
activejob (6.1.4.1)
|
||||
activesupport (= 6.1.4.1)
|
||||
globalid (>= 0.3.6)
|
||||
|
|
Loading…
Reference in a new issue