ruby - RubyMine not showing gem installed from Github with bundler -


rubymine 7 isn't showing gem installed github bundler. example:

  • gem 'spree', '3.0.4' - no conflict, works
  • gem 'spree', github: 'spree/spree', branch: '~> 3.1.0.beta' - not available in "ruby sdk , gems"

i've tried adding path .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 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 problem? why ide not see gems?


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -