]> source.dussan.org Git - redmine.git/commitdiff
Fix "already initialized constant Redmine::Scm::Adapters::SubversionAdapter::SVN_BIN...
authorGo MAEDA <maeda@farend.jp>
Thu, 3 Oct 2019 13:40:55 +0000 (13:40 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 3 Oct 2019 13:40:55 +0000 (13:40 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18589 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/version.rb

index ef808a3ad1e4e8f5d5a2b0c3689994dc2a75ae54..03eeadef9ff7ac71158da4bdbc3c12abd2484219 100644 (file)
@@ -1,5 +1,7 @@
 # frozen_string_literal: true
 
+require 'redmine/scm/adapters/subversion_adapter'
+
 module Redmine
   # @private
   module VERSION