Validation for uploaded image type added
This commit is contained in:
parent
3982cdb741
commit
53911f226d
3 changed files with 11 additions and 5 deletions
|
|
@ -43,6 +43,8 @@ GEM
|
|||
erubi (~> 1.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||
active_storage_validations (0.8.9)
|
||||
rails (>= 5.2.0)
|
||||
activejob (6.0.2.2)
|
||||
activesupport (= 6.0.2.2)
|
||||
globalid (>= 0.3.6)
|
||||
|
|
@ -368,6 +370,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
active_storage_validations
|
||||
better_errors
|
||||
binding_of_caller
|
||||
bootsnap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue