Constant re-definition warnings when starting Rails
When starting CE I'm greeted with the following lovely warnings:
/home/yorickpeterse/Projects/gitlab/gitlab-ce/lib/file_size_validator.rb:2: warning: already initialized constant FileSizeValidator::MESSAGES
/home/yorickpeterse/Projects/gitlab/gitlab-ce/lib/file_size_validator.rb:2: warning: previous definition of MESSAGES was here
/home/yorickpeterse/Projects/gitlab/gitlab-ce/lib/file_size_validator.rb:3: warning: already initialized constant FileSizeValidator::CHECKS
/home/yorickpeterse/Projects/gitlab/gitlab-ce/lib/file_size_validator.rb:3: warning: previous definition of CHECKS was here
/home/yorickpeterse/Projects/gitlab/gitlab-ce/lib/file_size_validator.rb:5: warning: already initialized constant FileSizeValidator::DEFAULT_TOKENIZER
/home/yorickpeterse/Projects/gitlab/gitlab-ce/lib/file_size_validator.rb:5: warning: previous definition of DEFAULT_TOKENIZER was here
/home/yorickpeterse/Projects/gitlab/gitlab-ce/lib/file_size_validator.rb:6: warning: already initialized constant FileSizeValidator::RESERVED_OPTIONS
/home/yorickpeterse/Projects/gitlab/gitlab-ce/lib/file_size_validator.rb:6: warning: previous definition of RESERVED_OPTIONS was here
/home/yorickpeterse/Projects/gitlab/gitlab-ce/app/models/commit.rb:15: warning: already initialized constant Commit::DIFF_SAFE_LINES
/home/yorickpeterse/Projects/gitlab/gitlab-ce/app/models/commit.rb:15: warning: previous definition of DIFF_SAFE_LINES was here
These were introduced fairly recently as I do not recall seeing them earlier last week.