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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -