Project

General

Profile

Actions

Patch #32189

closed

Remove unnecessary requiring of "rexml/document"

Added by Go MAEDA over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

rexml/document is unnecessary in lib/redmine/version.rb because the code that uses the library has been removed in r10616.

diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 8272e29e4..ef808a3ad 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -1,7 +1,5 @@
 # frozen_string_literal: true

-require 'rexml/document'
-
 module Redmine
   # @private
   module VERSION
Actions #1

Updated by Go MAEDA over 4 years ago

  • Status changed from New to Closed

Committed the fix.

Actions #2

Updated by Go MAEDA over 4 years ago

  • Target version changed from 4.1.0 to 4.0.5
Actions

Also available in: Atom PDF