mirror of
https://github.com/redmine/redmine.git
synced 2025-11-05 04:45:57 +01:00
Don't use Iconv with ruby1.9 (#12787).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11177 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
|
||||
require 'cgi'
|
||||
|
||||
if RUBY_VERSION < '1.9'
|
||||
require 'iconv'
|
||||
end
|
||||
|
||||
module Redmine
|
||||
module Scm
|
||||
module Adapters
|
||||
|
||||
Reference in New Issue
Block a user