diff --git a/Gemfile b/Gemfile index 52ba3eed58..30a5c375a6 100644 --- a/Gemfile +++ b/Gemfile @@ -168,3 +168,6 @@ gem "data_migrate", "~> 8.0.0.rc2" # pagy for Pagination gem "pagy", "~> 5.10" + +# Manage application specific business logic. https://github.com/AaronLasseigne/active_interaction +gem "active_interaction" diff --git a/Gemfile.lock b/Gemfile.lock index 0dab9033f6..ff9bc07d3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,6 +58,9 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) + active_interaction (4.1.0) + activemodel (>= 5, < 8) + activesupport (>= 5, < 8) activejob (7.0.1) activesupport (= 7.0.1) globalid (>= 0.3.6) @@ -466,6 +469,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + active_interaction annotate aws-sdk-s3 bootsnap (>= 1.4.4)