From a047af106417506be550a46a6db53424285ff63e Mon Sep 17 00:00:00 2001 From: Peter Ondrejka Date: Tue, 9 Jun 2026 09:23:44 -0400 Subject: [PATCH] update requires_foreman to 5.O --- lib/foreman_remote_execution/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_remote_execution/plugin.rb b/lib/foreman_remote_execution/plugin.rb index 3dace7a7f..6dded4bb8 100644 --- a/lib/foreman_remote_execution/plugin.rb +++ b/lib/foreman_remote_execution/plugin.rb @@ -1,5 +1,5 @@ Foreman::Plugin.register :foreman_remote_execution do - requires_foreman '>= 3.17' + requires_foreman '>= 5.0' register_global_js_file 'global' register_gettext