From fb147e67728c9d038944857f34c01da0bf15ef18 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sat, 6 Dec 2025 15:46:15 +0100 Subject: [PATCH] Update Active Admin v4.0.0.beta19 ruby gem The previous commit only updated the UI --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 892d2bf8..90e69382 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "sprockets-rails" gem "cssbundling-rails", "1.4.2" # TODO: relax this dependency when rails/cssbundling-rails#169 will be fixed gem "importmap-rails" -gem "activeadmin", "4.0.0.beta18" # github: "activeadmin/activeadmin", branch: "master" +gem "activeadmin", "4.0.0.beta19" # github: "activeadmin/activeadmin", branch: "master" gem "devise" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index bfafb6d9..6b81ed4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activeadmin (4.0.0.beta18) + activeadmin (4.0.0.beta19) arbre (~> 2.0) csv formtastic (>= 5.0) @@ -310,7 +310,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activeadmin (= 4.0.0.beta18) + activeadmin (= 4.0.0.beta19) capybara cssbundling-rails (= 1.4.2) debug