Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffi incompatibility with my version of ruby on installation using gem #112

Closed
RomanADavis opened this issue Jan 16, 2017 · 3 comments
Closed

Comments

@RomanADavis
Copy link

PS C:\Users\TOSHIBA\Desktop\learn-ruby\learn_ruby_the_hard_way\gothomweb> gem install rerun
ERROR:  Error installing rerun:
        ffi requires Ruby version < 2.5, >= 2.0.
PS C:\Users\TOSHIBA\Desktop\learn-ruby\learn_ruby_the_hard_way\gothomweb>

@alexch
Copy link
Owner

alexch commented Jan 17, 2017

So, what version of Ruby are you using? ruby --version will tell you.

@RomanADavis
Copy link
Author

ruby 1.9.3p551 (2014-11-13) [i386-mingw32]

@alexch
Copy link
Owner

alexch commented Jan 19, 2017

Well there you go :-) . 1.9.3 is not between 2.0 and 2.5.

Rerun depends on Listen which depends on FFI for its filesystem scanning ability.

I see you're on Windows, so you can get Ruby 2.3 from http://railsinstaller.org/en . It should be mostly compatible with your tutorials, and if not, it's good that you learn the modern syntax of the language. Good luck and have fun with Ruby!

@alexch alexch closed this as completed Jan 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants