From f4dcdb663d41ee7e9c9efeb86db474da3b052c20 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Mon, 20 Feb 2017 14:24:00 +0100 Subject: [PATCH] Needless dependency in model patches --- lib/redmine_dmsf/patches/issue_patch.rb | 2 -- lib/redmine_dmsf/patches/project_patch.rb | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/redmine_dmsf/patches/issue_patch.rb b/lib/redmine_dmsf/patches/issue_patch.rb index 752462b5..599b3c62 100644 --- a/lib/redmine_dmsf/patches/issue_patch.rb +++ b/lib/redmine_dmsf/patches/issue_patch.rb @@ -18,8 +18,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -require_dependency 'issue' - module RedmineDmsf module Patches module IssuePatch diff --git a/lib/redmine_dmsf/patches/project_patch.rb b/lib/redmine_dmsf/patches/project_patch.rb index c7fd9e09..3085c9cd 100644 --- a/lib/redmine_dmsf/patches/project_patch.rb +++ b/lib/redmine_dmsf/patches/project_patch.rb @@ -20,8 +20,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -require_dependency 'project' - module RedmineDmsf module Patches module ProjectPatch