During testing in chapter 3 I get the following warning, is this ok to ignore?
RubyDep: WARNING: your Ruby is outdated/buggy. Please upgrade. (To disable >warnings, set RUBY_DEP_GEM_SILENCE_WARNINGS=1) Run options: --seed 18589
I'd say yes, it's okay.
...for as long as you're following a tutorial that was staged on specific versions of Ruby, Rails and other libraries. What's told in the tutorial was likely tested on these and works even despite the software being "outdated/buggy".
Depending on how ready you are to resolve sudden issues and deal with changes as the result of upgrading anything...
In contrast to above answers I'd suggest you to update the Ruby to latest version because I had same error when I revisited sample app and without updating I was not able to run tests. So just follow these simple steps and update Ruby to latest version:
As stated by Mo H., install RVM first.
and the upgrade it to 2.3.1.
Also after upgrading, make sure to check the ruby version using ruby -v
and if it still shows ruby-2.3.0 then run
rvm use default ruby-2.3.1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With