From 845a2b4c923865b1617fb83be6a4955f4314c16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:38:49 +0000 Subject: [PATCH] build(deps): bump activeadmin from 2.14.0 to 3.2.0 Bumps [activeadmin](https://github.com/activeadmin/activeadmin) from 2.14.0 to 3.2.0. - [Release notes](https://github.com/activeadmin/activeadmin/releases) - [Changelog](https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md) - [Commits](https://github.com/activeadmin/activeadmin/compare/v2.14.0...v3.2.0) --- updated-dependencies: - dependency-name: activeadmin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index e8cf4a93..d44830cc 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'rails-i18n', '~> 7.0' gem 'puma', '~> 6.4' gem 'rdiscount', '~> 2.2.7' gem 'rubyzip', '~> 2.3.0' -gem 'activeadmin', '~> 2.14' +gem 'activeadmin', '~> 3.2' gem 'bootsnap', '~> 1.12', require: false gem 'has_scope', '~> 0.7.2' gem 'pundit', '~> 2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5c5ca68d..78ea8fb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,15 +51,15 @@ GEM activemodel (>= 5.2.0) activestorage (>= 5.2.0) activesupport (>= 5.2.0) - activeadmin (2.14.0) + activeadmin (3.2.0) arbre (~> 1.2, >= 1.2.1) - formtastic (>= 3.1, < 5.0) - formtastic_i18n (~> 0.4) + formtastic (>= 3.1) + formtastic_i18n (>= 0.4) inherited_resources (~> 1.7) - jquery-rails (~> 4.2) - kaminari (~> 1.0, >= 1.2.1) - railties (>= 6.1, < 7.1) - ransack (>= 2.1.1, < 4) + jquery-rails (>= 4.2) + kaminari (>= 1.2.1) + railties (>= 6.1) + ransack (>= 4.0) activejob (7.0.8) activesupport (= 7.0.8) globalid (>= 0.3.6) @@ -156,8 +156,8 @@ GEM faker (2.23.0) i18n (>= 1.8.11, < 2) ffi (1.16.3) - formtastic (4.0.0) - actionpack (>= 5.2.0) + formtastic (5.0.0) + actionpack (>= 6.0.0) formtastic_i18n (0.7.0) fugit (1.9.0) et-orbi (~> 1, >= 1.2.7) @@ -307,7 +307,7 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.1.0) - ransack (3.2.1) + ransack (4.1.1) activerecord (>= 6.1.5) activesupport (>= 6.1.5) i18n @@ -435,7 +435,7 @@ PLATFORMS DEPENDENCIES active_storage_validations (~> 1.1.3) - activeadmin (~> 2.14) + activeadmin (~> 3.2) aws-sdk-s3 (~> 1.94) bootsnap (~> 1.12) bootstrap-sass (~> 3.4)