Problems with bundler - Mac OS - 15.5
已回答
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
请先登录再写评论。
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 bundlerwhich bundler bundler -vBundler installed
version 2.7.1
Could you please specify what kind of project you are creating? We have a known issue with a Gem project.