Reputation: 259
RubyMine 7 isn't showing a gem installed from Github with bundler. For example:
I've tried adding a path to .rvm/env/myenv
:
export GEM_PATH='/home/deface/.rvm/gems/ruby-2.2.2:/home/deface/.rvm/gems/ruby-2.2.2@global:/home/deface/.rvm/gems/ruby-2.2.2/bundler/gems
If I click Tools -> Show env
,
SDK Gem paths:
~/.rvm/gems/ruby-2.2.2/bundler/gems
~/.rvm/gems/ruby-2.2.2/gems
~/.rvm/gems/ruby-2.2.2@global/gems
What's the problem? Why does the IDE not see the gems?
Upvotes: 2
Views: 439