diff --git a/Gemfile b/Gemfile index 7a9e14ae..f5d06b8f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '~> 3.2.2' gem 'rails', '~> 7.0.8' -gem 'activeadmin', '~> 3.0' +gem 'activeadmin', '~> 3.2' gem 'active_storage_base64', '~> 2.0.0' gem 'aws-sdk-s3', '~> 1.141', require: false gem 'bootsnap', '~> 1.17' diff --git a/Gemfile.lock b/Gemfile.lock index d10e2067..d7a16563 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM rails-html-sanitizer (~> 1.1, >= 1.2.0) active_storage_base64 (2.0.0) rails (>= 7.0) - activeadmin (3.1.0) + activeadmin (3.2.0) arbre (~> 1.2, >= 1.2.1) formtastic (>= 3.1) formtastic_i18n (>= 0.4) @@ -385,7 +385,7 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.1.0) - ransack (4.1.0) + ransack (4.1.1) activerecord (>= 6.1.5) activesupport (>= 6.1.5) i18n @@ -533,7 +533,7 @@ PLATFORMS DEPENDENCIES active_storage_base64 (~> 2.0.0) - activeadmin (~> 3.0) + activeadmin (~> 3.2) annotate (~> 3.2, >= 3.0.3) aws-sdk-s3 (~> 1.141) better_errors (~> 2.10)