diff --git a/Gemfile b/Gemfile index a0c904b4bb..9e81f66aa5 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem "rdiscount", "~> 2.1" gem "reverse_markdown", "~> 2.0" # Storage -gem "active_storage_validations", "~> 0.9.3" +gem "active_storage_validations", "~> 1.1.4" gem "aws-sdk-s3", "~> 1.86", require: false gem "azure-storage-blob", "~> 2.0", require: false gem "image_processing", "~> 1.12" diff --git a/Gemfile.lock b/Gemfile.lock index 494a96c546..bc062f324c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - active_storage_validations (0.9.8) + active_storage_validations (1.1.4) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) @@ -630,7 +630,7 @@ PLATFORMS DEPENDENCIES actionpack-page_caching (~> 1.1) - active_storage_validations (~> 0.9.3) + active_storage_validations (~> 1.1.4) acts_as_list ancestry (~> 4.1) annotate (~> 3.1)