diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-30 17:56:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-30 17:56:39 +0000 |
commit | d915a5e36dced2c078804b938c4bf5425622b7fd (patch) | |
tree | 3e0fc1b5a08a5be7ac13f73352908910e6c2122e /extra | |
parent | 4ee133e77eb7aea17f4674765d587708917da661 (diff) | |
download | redmine-d915a5e36dced2c078804b938c4bf5425622b7fd.tar.gz redmine-d915a5e36dced2c078804b938c4bf5425622b7fd.zip |
Adds missing require 'rubygems' (#11051).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9742 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/svn/reposman.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb index 46b9adc19..d79ad2695 100755 --- a/extra/svn/reposman.rb +++ b/extra/svn/reposman.rb @@ -3,6 +3,7 @@ require 'optparse' require 'find' require 'etc' +require 'rubygems' Version = "1.4" SUPPORTED_SCM = %w( Subversion Darcs Mercurial Bazaar Git Filesystem ) |