diff --git a/Gemfile b/Gemfile index 92ddfc0d..8c5a4d8c 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby file: '.ruby-version' gem 'rails', '~> 8.0.4' # Gems -gem 'activeadmin', '~> 3.3' +gem 'activeadmin', '~> 3.4' gem 'active_storage_base64', '~> 3.0.1' gem 'aws-sdk-s3', '~> 1.201', require: false gem 'bootsnap', '~> 1.18' diff --git a/Gemfile.lock b/Gemfile.lock index 0ad31731..9524153f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM active_storage_base64 (3.0.1) activestorage (> 7.0) activesupport (> 7.0) - activeadmin (3.3.0) + activeadmin (3.4.0) arbre (~> 1.2, >= 1.2.1) csv formtastic (>= 3.1) @@ -174,7 +174,7 @@ GEM crass (1.0.6) cssbundling-rails (1.4.3) railties (>= 6.0.0) - csv (3.3.3) + csv (3.3.5) date (3.5.0) debug_inspector (1.2.0) devise (4.9.4) @@ -283,9 +283,9 @@ GEM google-protobuf (4.30.2-x86_64-linux) bigdecimal rake (>= 13) - has_scope (0.8.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + has_scope (0.9.0) + actionpack (>= 7.0) + activesupport (>= 7.0) hashdiff (1.2.1) highline (3.1.2) reline @@ -316,7 +316,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) jmespath (1.6.2) - jquery-rails (4.6.0) + jquery-rails (4.6.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -488,9 +488,9 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - ransack (4.3.0) - activerecord (>= 6.1.5) - activesupport (>= 6.1.5) + ransack (4.4.1) + activerecord (>= 7.2) + activesupport (>= 7.2) i18n rb-fsevent (0.11.2) rb-inotify (0.11.1) @@ -511,9 +511,9 @@ GEM request_store (1.7.0) rack (>= 1.4) require_all (3.0.0) - responders (3.1.1) - actionpack (>= 5.2) - railties (>= 5.2) + responders (3.2.0) + actionpack (>= 7.0) + railties (>= 7.0) rexml (3.4.4) rouge (4.3.0) rspec-core (3.13.5) @@ -659,7 +659,7 @@ PLATFORMS DEPENDENCIES active_storage_base64 (~> 3.0.1) - activeadmin (~> 3.3) + activeadmin (~> 3.4) annotaterb (~> 4.20.0) aws-sdk-s3 (~> 1.201) better_errors (~> 2.10)