0xdeface
0xdeface

Reputation: 259

RubyMine not showing gem installed from Github with bundler

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

Answers (0)

Related Questions