[ ] rails s => RubyDep: WARNING: Your Ruby is outdated/buggy. (To disable warnings, set RUBY_DEP_GEM_SILENCE_WARNINGS=1) RubyDep: WARNING: Your Ruby is: 2.2.4 (buggy). Recommendation: install 2.2.5 or 2.3.1.
[x] rake test => Replace Use assert_nil ...
Fixed in support/refactoring. Was due to spurious test data causing the comparison of assert_equal nil, nil
Several commands yield deprecation warnings:
rails s
=>RubyDep: WARNING: Your Ruby is outdated/buggy. (To disable warnings, set RUBY_DEP_GEM_SILENCE_WARNINGS=1) RubyDep: WARNING: Your Ruby is: 2.2.4 (buggy). Recommendation: install 2.2.5 or 2.3.1.
rake test
=> ReplaceUse assert_nil ...
support/refactoring
. Was due to spurious test data causing the comparison ofassert_equal nil, nil
bundle outdated