RubyMine 2016.3 Help

Resolving References to Missing Gems

RubyMine detects unsatisfied dependencies in the following cases, and helps resolve them:

  • In the Gemfile for the whole project.
  • In a particular file. RubyMine recognizes unsatisfied dependencies in the absence of Gemfile only.

To resolve unsatisfied gem dependencies, do one of the following

  • If RubyMine detects unsatisfied dependencies, it displays the notification balloon, suggesting you an appropriate action.

    Click the hyperlink in the balloon:

    /help/img/idea/2016.3/rm_missingGemsBannerBundler.png
  • If in course of editing a Ruby file, RubyMine detects that some of the required gems are missing, it displays an intention action Install missing gem using 'bundler' gem.

    Choose the suggested intention action:

    /help/img/idea/2016.3/ruby_missingGemsBanner.png

See Also

```

Language and Framework-Specific Guidelines:

Last modified: 22 March 2017