rubyist / guard-rake

guard-rake runs a rake task when files change
MIT License
94 stars 32 forks source link

RubyDep: WARNING: your Ruby is outdated/buggy. Please upgrade. (To disable warnings, set RUBY_DEP_GEM_SILENCE_WARNINGS=1) #39

Closed chrishough closed 8 years ago

chrishough commented 8 years ago

I recently started getting this error when using this gem... ideas? RubyDep: WARNING: your Ruby is outdated/buggy. Please upgrade. (To disable warnings, set RUBY_DEP_GEM_SILENCE_WARNINGS=1)

lamagnotti commented 8 years ago

Same problem. I have no idea either!

brunoocasali commented 8 years ago

Same here, my version is:

[bruno@chp ~]$ ruby -v
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
brunoocasali commented 8 years ago

Hey @chrishough and @lamagnotti, you should update your version of ruby to 2.3.1. Then you will get no warnings!

chrishough commented 8 years ago

that fixed it for me, thank you