From 33a056b6a7ba0a83ca033caffc79d82f7ba4cc16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:19:30 +0000 Subject: [PATCH] Bump active_storage_validations from 1.0.4 to 1.1.4 Bumps [active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations) from 1.0.4 to 1.1.4. - [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/commits) --- updated-dependencies: - dependency-name: active_storage_validations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b52fcf33..c09d47b0 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.2.2' -gem 'active_storage_validations', '~> 1.0' +gem 'active_storage_validations', '~> 1.1' gem 'acts_as_list' gem 'authentication-zero', '~> 3.0' gem 'aws-sdk-s3' diff --git a/Gemfile.lock b/Gemfile.lock index 55689b86..b5bfc645 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - active_storage_validations (1.0.4) + active_storage_validations (1.1.4) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) @@ -190,7 +190,7 @@ GEM actionpack (>= 3.2.0, < 7.2) mini_magick (4.12.0) mini_mime (1.1.5) - minitest (5.20.0) + minitest (5.21.1) mocha (2.1.0) ruby2_keywords (>= 0.0.5) msgpack (1.7.2) @@ -341,7 +341,7 @@ GEM tailwindcss-rails (2.0.32-x86_64-linux) railties (>= 6.0.0) thor (1.3.0) - timeout (0.4.0) + timeout (0.4.1) turbo-rails (1.4.0) actionpack (>= 6.0.0) activejob (>= 6.0.0) @@ -364,7 +364,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - active_storage_validations (~> 1.0) + active_storage_validations (~> 1.1) acts_as_list authentication-zero (~> 3.0) aws-sdk-s3