"Attach Gems" listing is empty

Hello,
I just got a license for RubyMine, comming from TextMate. I am trying to get RubyMine running but so far no joy. I am trying to attach the gems but the list is empy. I've tried several of the suggestions mentioned in previous posts but none of them have worked (adding and removing the SDK, changing the folder permissions). Can someone help me out?

Here is some information relevant to the ruby and gems installation.

Thanks!

Mariano-Lizarragas-MacBook-Pro-2:~ malifeMb$ which ruby
/usr/bin/ruby
Mariano-Lizarragas-MacBook-Pro-2:~ malifeMb$ which gem
/usr/bin/gem
Mariano-Lizarragas-MacBook-Pro-2:~ malifeMb$ gem list --local *** LOCAL GEMS *** actionmailer (1.3.6) actionpack (1.13.6) actionwebservice (1.2.6) activerecord (1.15.6) activesupport (2.3.2, 1.4.4) acts_as_ferret (0.4.1) capistrano (2.0.0) cgi_multipart_eof_fix (2.5.0) cucumber (0.1.16) daemons (1.0.9) diff-lcs (1.1.2) dnssd (0.6.0) fastthread (1.0.1) fcgi (0.8.7) feed-normalizer (1.5.1) ferret (0.11.4) gem_plugin (0.2.3) highline (1.2.9) hoe (1.12.2, 1.8.3) hpricot (0.8.1, 0.6.164, 0.6) json (1.1.4) json_pure (1.1.4) libxml-ruby (0.3.8.4) linecache (0.43) mocha (0.9.5) mongrel (1.1.4) needle (1.3.0) net-sftp (1.1.0) net-ssh (1.1.2) polyglot (0.2.4) railroad (0.5.0) rails (1.2.6) rake (0.8.5, 0.8.4, 0.8.3, 0.7.3) RedCloth (3.0.4) rspec (1.1.12) ruby-debug-base (0.10.3) ruby-openid (1.1.4) ruby-uml (0.2.2) ruby-yadis (0.3.4) rubyforge (1.0.3, 1.0.2) rubynode (0.1.3) rumld (0.4.1) schacon-git (1.0.7) schacon-ticgit (0.3.6) simple-rss (1.2) sqlite3-ruby (1.2.1) term-ansicolor (1.0.3) termios (0.9.4) ticgit (0.3.6) tinyurl (1.0.0) treetop (1.2.4) twitter4r (0.3.0) yard (0.2.2)
Mariano-Lizarragas-MacBook-Pro-2:~ malifeMb$ ruby -e "require 'rubygems'; puts Gem.path" /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8 /Library/Ruby/Gems/1.8





0
4 comments

Could you please print output of two following commands: gem --version and gem environment gempath?
Also, please attach idea.log, it's resided in ~/Library/Caches/RubyMine10/log/

0
Avatar
Permanently deleted user

Hello Dennis,
Thank you for a quick response. Here is what you requested:

Mariano-Lizarragas-MacBook-Pro-2:~ malifeMb$ gem --version
1.0.1
Mariano-Lizarragas-MacBook-Pro-2:~ malifeMb$ gem environment gempath
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8
/Library/Ruby/Gems/1.8





Attachment(s):
idea.log
0

Hello,


Mariano-Lizarragas-MacBook-Pro-2:~ malifeMb$ gem --version 1.0.1



 

Your ruby gems manager is out of date, please update it. For this execute command in console:


sudo gem update --system



RubyMine supports Gem manager >= 1.3.x

0
Avatar
Permanently deleted user

That did the trick!

Thank You!

0

Please sign in to leave a comment.