Bundled gems from git not showing up in intellij
Answered
I have installed ruby using rbenv. If I install any gem from git public /private like this,
gem "hello-world-rubygems", :git => 'git@github.com:n13org/hello-world-rubygems.git', glob: 'hello-world-rubygems.gemspec'
Bundle install comand installs these gems. I can see it using bundle show command as well as in the GemLock.file. However these gems are not being shown under Project -> External Libraries. Even in ruby files these gems are not being recognised. My gem path is set like /Users/myusername/.rbenv/versions/2.3.7/lib/ruby/gems/2.3.0 so ideally these things should be recognisable. What am I doing wrong here?
Please sign in to leave a comment.
Hello Jon,
That appears to be a known issue so could you please add your vote to it.