Error: IDITHarnessTest
: LoadError: cannot load such file -- dl/import
C:/Ruby224/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
I searched the solution for this problem, I found a thread in stackoverflow "rhc setup gives error `no such file dl/import`" in which it's instructed that installing 'gem install net-ssh -v 2.9.3.beta1' would resolve my problem, I installed but the same problem persist. Even after Installing that gem, it still throws this error
Error: IDITHarnessTest
: LoadError: cannot load such file -- dl/import
C:/Ruby224/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
51:
52: if Gem::Specification.unresolved_deps.empty? then
53: RUBYGEMS_ACTIVATION_MONITOR.exit
=> 54: return gem_original_require(path)
55: end
56:
57: # If +path+ is for a gem that has already been loaded, don't
C:/Ruby224/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
Can anyone help me to find where is the problem?