From 68a2e9a59e0f53582d1c75d2fb29ac03f0f5bf9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 03:49:09 +0000 Subject: [PATCH] Bump active_storage_validations from 1.2.0 to 1.3.0 Bumps [active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/igorkasyanchuk/active_storage_validations/releases) - [Changelog](https://github.com/igorkasyanchuk/active_storage_validations/blob/master/CHANGES.md) - [Commits](https://github.com/igorkasyanchuk/active_storage_validations/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: active_storage_validations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8827e0a3e..a6316a180 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,11 +50,11 @@ GEM active_link_to (1.0.5) actionpack addressable - active_storage_validations (1.2.0) - 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.2.1) activesupport (= 7.2.1) globalid (>= 0.3.6) @@ -348,7 +348,7 @@ GEM puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0)