1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-26 10:21:14 +00:00

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
This commit is contained in:
Go MAEDA 2019-10-03 13:40:55 +00:00
parent 4146467ff2
commit cbcca10d6b

View File

@ -1,5 +1,7 @@
# frozen_string_literal: true
require 'redmine/scm/adapters/subversion_adapter'
module Redmine
# @private
module VERSION