svent / jsdetox

A Javascript malware analysis tool
https://svent.dev/projects/jsdetox/
592 stars 77 forks source link

Bundle install fails on i18n in OS X 10.8.5 #17

Closed ajnachakra closed 8 years ago

ajnachakra commented 9 years ago
~/jsdetox$ bundle install 

Fails with:

Gem::InstallError: i18n requires Ruby version >= 1.9.3.
An error occurred while installing i18n (0.7.0), and Bundler cannot continue.
Make sure that `gem install i18n -v '0.7.0'` succeeds before bundling.
Bundler::InstallError: An error occurred while installing i18n (0.7.0), and Bundler cannot continue.
Make sure that `gem install i18n -v '0.7.0'` succeeds before bundling.

Manually running 'gem install i18n -v 0.7.0' does not resolve this (even though it has no errors).

Any suggestions?

Context:

svent commented 9 years ago

You say that you use ruby 2.2.0, but the error message suggests that bundler tries to use a ruby version < 1.9.3. Do you use a ruby version manager (rvm, chruby, etc.)? I am not sure what exactly leads to this error, and unfortunately I do not have access to a test system with that setup.