From: Jean-Philippe Lang Date: Sat, 6 Feb 2010 14:20:39 +0000 (+0000) Subject: Fixed: deprecation warning in reposman.rb (#4736). X-Git-Tag: 1.0.0~389 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fece6aa4d0f2a98cf0d12fb829ac09c3b34c5fbd;p=redmine.git Fixed: deprecation warning in reposman.rb (#4736). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3378 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb index e897a4f4f..8319287e2 100755 --- a/extra/svn/reposman.rb +++ b/extra/svn/reposman.rb @@ -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