We have a git repository with a custom gem. To install it Gemfile has a line:
gem 'my-gem', :git => 'git@192.168.1.100:my-gem.git'
After installing the gem, it is not shown in RubyMine`s External Libraries.
How to make the gem be shown in External Libraries and code from the gem be autocompleted?