Problems with bundler - Mac OS - 15.5

Answered

Disclaimer - complete novice

Trying to use the Rubymine IDE to “create first projects” - keep getting stuck when I try to create and publish first Ruby gem - I get the same error message - Unable to start bundler; unable to find bundler script, see logs for more details

Looked at console logs and unable to figure out what's going on

I have used Terminal to install homebrew and rvenv on my mac, still unable to proceeed.

Thanks.

JG

0
3 comments

Hello Jeffrey,

Since RubyMine relies on your system's Ruby environment to run Bundler and related tools, this error usually points to an issue with how Bundler or Ruby is set up on your machine, rather than something inside the IDE itself.

So first of all could you please check that bundler is installed:

gem install bundler

which bundler bundler -v

 

0

Bundler installed 
version 2.7.1

0

Could you please specify what kind of project you are creating? We have a known issue with a Gem project.

0

Please sign in to leave a comment.