From 4b557a4f18159456f9ba44ac6e69211433dea1ca Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Wed, 24 Nov 2021 06:55:56 +0000 Subject: [PATCH] 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 --- Gemfile.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7c61d7b1c..25da7fb86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)