You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 => Replace Use assert_nil ...
Fixed in support/refactoring. Was due to spurious test data causing the comparison of assert_equal nil, nil
Update deps using bundle outdated
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: