diff --git a/Gemfile b/Gemfile index 981dcc60..5c2844f1 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby file: '.ruby-version' gem 'rails', '~> 8.1.2' # Gems -gem 'activeadmin', '~> 3.4' +gem 'activeadmin', '~> 3.5' gem 'active_storage_base64', '~> 3.0.1' gem 'aws-sdk-s3', '~> 1.215', require: false gem 'bootsnap', '~> 1.23' diff --git a/Gemfile.lock b/Gemfile.lock index 541ba721..a26f5935 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM active_storage_base64 (3.0.1) activestorage (> 7.0) activesupport (> 7.0) - activeadmin (3.4.0) + activeadmin (3.5.0) arbre (~> 1.2, >= 1.2.1) csv formtastic (>= 3.1) @@ -252,8 +252,8 @@ GEM rack-protection (>= 1.5.3, < 5.0.0) rack-session (>= 1.0.2, < 3.0.0) sanitize (< 8) - formtastic (5.0.0) - actionpack (>= 6.0.0) + formtastic (6.0.0) + actionpack (>= 7.2.0) formtastic_i18n (0.7.0) fugit (1.12.1) et-orbi (~> 1.4) @@ -658,7 +658,7 @@ PLATFORMS DEPENDENCIES active_storage_base64 (~> 3.0.1) - activeadmin (~> 3.4) + activeadmin (~> 3.5) annotaterb (~> 4.22.0) aws-sdk-s3 (~> 1.215) bootsnap (~> 1.23)