diff --git a/api/Gemfile b/api/Gemfile index 494c7d8a4..057605ac6 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -16,7 +16,7 @@ gem 'puma', '~> 6.4', '>= 6.4.2' gem 'rubyzip', '~> 2.3', '>= 2.3.2' # Validate ActiveStorage attachments -gem 'active_storage_validations', '~> 1.1', '>= 1.1.4' +gem 'active_storage_validations', '~> 1.3' # interfacing with docker gem 'docker-api', '~> 2.3.0' diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 7b67f2e0f..f01cefddc 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -55,11 +55,11 @@ GEM activemodel (>= 4.1) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) - active_storage_validations (1.1.4) - activejob (>= 5.2.0) - activemodel (>= 5.2.0) - activestorage (>= 5.2.0) - activesupport (>= 5.2.0) + active_storage_validations (1.3.0) + activejob (>= 6.1.4) + activemodel (>= 6.1.4) + activestorage (>= 6.1.4) + activesupport (>= 6.1.4) activejob (7.1.4.1) activesupport (= 7.1.4.1) globalid (>= 0.3.6) @@ -304,7 +304,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (~> 0.10, >= 0.10.14) - active_storage_validations (~> 1.1, >= 1.1.4) + active_storage_validations (~> 1.3) annotate (~> 3.2) bcrypt_pbkdf bootsnap