salor-retail icon indicating copy to clipboard operation
salor-retail copied to clipboard

Gem install issues with Ruby 1.9.2

Open jgamedev opened this issue 8 years ago • 4 comments

On my system running Ubuntu 15.04, when trying to use Ruby 1.9.2 as a local version (using rbenv as a version manager), I get a few gem installation errors similar to this one:

Gem::InstallError: execjs requires Ruby version >= 1.9.3.

Using latest 1.9.3 release instead of 1.9.2 which is suggested in the readme file fixes it for me. Please consider updating the installation instructions, if that's the case.

(Disclaimer: I might have deleted the gemlock file prior to running bundle install, maybe this is the cause)

jgamedev avatar May 19 '16 10:05 jgamedev