From 6870bcb711cf21e0c4769e12b4ed38947c790154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:10:47 +0000 Subject: [PATCH] Bump active_storage_base64 from 2.0.0 to 3.0.0 Bumps [active_storage_base64](https://github.com/rootstrap/active-storage-base64) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/rootstrap/active-storage-base64/releases) - [Commits](https://github.com/rootstrap/active-storage-base64/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: active_storage_base64 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5f52daf..0a0ea62 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '~> 3.1.2' gem 'rails', '~> 7.0.8' gem 'activeadmin', '~> 2.9' -gem 'active_storage_base64', '~> 2.0.0' +gem 'active_storage_base64', '~> 3.0.0' gem 'arctic_admin', '~> 3.3.0' gem 'aws-sdk-s3', '~> 1.134', require: false gem 'bootsnap', '~> 1.16' diff --git a/Gemfile.lock b/Gemfile.lock index dcc5dfb..0d0cb83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,8 +46,9 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - active_storage_base64 (2.0.0) - rails (>= 7.0) + active_storage_base64 (3.0.0) + activestorage (> 7.0) + activesupport (> 7.0) activeadmin (2.14.0) arbre (~> 1.2, >= 1.2.1) formtastic (>= 3.1, < 5.0) @@ -281,7 +282,7 @@ GEM net-protocol net-protocol (0.2.1) timeout - net-smtp (0.3.3) + net-smtp (0.4.0) net-protocol newrelic_rpm (9.4.2) nio4r (2.5.9) @@ -496,13 +497,13 @@ GEM yaaf (2.2.0) activemodel (>= 5.2) activerecord (>= 5.2) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby DEPENDENCIES - active_storage_base64 (~> 2.0.0) + active_storage_base64 (~> 3.0.0) activeadmin (~> 2.9) annotate (~> 3.2, >= 3.0.3) arctic_admin (~> 3.3.0)