From 85eec1a75b4ff4fec418258795da7c0e5b596c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 23 Jul 2024 13:20:04 +0200 Subject: [PATCH] Rubocop --- lib/redmine_dmsf/plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/redmine_dmsf/plugin.rb b/lib/redmine_dmsf/plugin.rb index d032e8e0..275c58b3 100644 --- a/lib/redmine_dmsf/plugin.rb +++ b/lib/redmine_dmsf/plugin.rb @@ -31,8 +31,8 @@ def self.present?(id) # present. # It is related especially to plugins made by AlphaNode and RedmineUP. def self.an_obsolete_plugin_present? - plugins = %w[easyproject/easy_plugins/easy_money redmine_questions redmine_db redmine_passwords redmine_resources] - #redmine_products] + plugins = %w[easyproject/easy_plugins/easy_money redmine_questions redmine_db redmine_passwords redmine_resources + redmine_products] plugins.each do |plugin| return true if Plugin.present?(plugin) end