Thanks for your quick response. I tried the command "sudo gem update
--system" and also the gem version 1.3.5 is updated successfully. But
the problem is still exists when open the netbeans it says the same
above error.
Thanks for your response. I tried as you have mentioned 'sudo gem
update'. I got some gem update for rack and ruby-debug. Please find the
result below,
[root@localhost ~]# sudo gem update
Updating installed gems
Updating rack
Successfully installed rack-1.1.0
Updating ruby-debug-base
Building native extensions. This could take a while...
Successfully installed ruby-debug-base-0.10.3
Updating ruby-debug-ide
Building native extensions. This could take a while...
Successfully installed ruby-debug-ide-0.4.9
Gems updated: rack, ruby-debug-base, ruby-debug-ide
Installing ri documentation for rack-1.1.0...
Installing ri documentation for ruby-debug-base-0.10.3...
Installing ri documentation for ruby-debug-ide-0.4.9...
Installing RDoc documentation for rack-1.1.0...
Installing RDoc documentation for ruby-debug-base-0.10.3...
Installing RDoc documentation for ruby-debug-ide-0.4.9...
[root@localhost ~]# gem -v
1.3.5
Here Eventhough i have updated gem version 1.3.5. But the problem exits.
Any other solution?
goto http://rubyforge.org/frs/?group_id=126&release_id=37073
download ruby gem 1.3.1 unpack it in your application
then "gem install (which is unziiped full name) – local " thats it it looks like that
rails_app>sudo gem install (which is unziiped full name) – local
ok its over
Thanks for your response. I tried as you have mentioned 'sudo gem
update'. I got some gem update for rack and ruby-debug. Please find the
result below,
[root@localhost ~]# sudo gem update
Updating installed gems
Updating rack
Successfully installed rack-1.1.0
Updating ruby-debug-base
Building native extensions. This could take a while...
Successfully installed ruby-debug-base-0.10.3
Updating ruby-debug-ide
Building native extensions. This could take a while...
Successfully installed ruby-debug-ide-0.4.9
Gems updated: rack, ruby-debug-base, ruby-debug-ide
Installing ri documentation for rack-1.1.0...
Installing ri documentation for ruby-debug-base-0.10.3...
Installing ri documentation for ruby-debug-ide-0.4.9...
Installing RDoc documentation for rack-1.1.0...
Installing RDoc documentation for ruby-debug-base-0.10.3...
Installing RDoc documentation for ruby-debug-ide-0.4.9...
[root@localhost ~]# gem -v
1.3.5
Here Eventhough i have updated gem version 1.3.5. But the problem exits.
Any other solution?
goto http://rubyforge.org/frs/?group_id=126&release_id=37073
download ruby gem 1.3.1 unpack it in your application
then "gem install (which is unziiped full name) -- local " thats it it
looks
like that
rails_app>sudo gem install (which is unziiped full name) -- local
ok its over
>>
>
update'. I got some gem update for rack and ruby-debug. Please find the
Building native extensions. This could take a while...