Features News

RubyMine 2018.2.3 Is Available

Hi everyone,

RubyMine 2018.2.3 (build 182.4323.73) is now available. This minor release features an ability to explicitly run scripts with `bundle exec`. Previously RubyMine used `RUBYOPT` options to achieve the same result, which caused confusion and issues in specific cases (see RUBY-11434 & RUBY-22247).

To explicitly run scripts with `bundle exec`, go to Help | Find Action | Experimental features, and check `ruby.force.explicit.bundle.exec`:

explicit_bunde_exect

Note that this option will be enabled by default starting with v2018.3 (to be released in November 2018).

Some other annoying issues were also fixed in this build:

  • “`GEM_HOME/GEM_PATH not set`” warning [RUBY-22254]
  • Inability to read the `$GEM_HOME` environment variable [RUBY-22237]

Download RubyMine 2018.2.3

See the release notes for the full list of improvements and please report any issues you encounter.

Cheers,
Your RubyMine Team

image description