summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-10-03 13:40:55 +0000
committerGo MAEDA <maeda@farend.jp>2019-10-03 13:40:55 +0000
commitcbcca10d6b31596f95c3bc08e1fb710055f6e8b2 (patch)
treee678efa4b2537f5b22bb93e0c304f05b2b27c666 /lib
parent4146467ff29ce77d91307151da90fbedd20383c0 (diff)
downloadredmine-cbcca10d6b31596f95c3bc08e1fb710055f6e8b2.tar.gz
redmine-cbcca10d6b31596f95c3bc08e1fb710055f6e8b2.zip
Fix "already initialized constant Redmine::Scm::Adapters::SubversionAdapter::SVN_BIN" warning when executing rake tasks (#32110).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18589 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/version.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index ef808a3ad..03eeadef9 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+require 'redmine/scm/adapters/subversion_adapter'
+
module Redmine
# @private
module VERSION