Browse Source

Fixed: deprecation warning in reposman.rb (#4736).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3378 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.0.0
Jean-Philippe Lang 14 years ago
parent
commit
fece6aa4d0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      extra/svn/reposman.rb

+ 1
- 1
extra/svn/reposman.rb View File

@@ -175,7 +175,7 @@ unless File.directory?($repos_base)
end

begin
require 'activeresource'
require 'active_resource'
rescue LoadError
log("This script requires activeresource.\nRun 'gem install activeresource' to install it.", :exit => true)
end

Loading…
Cancel
Save