Current Ruby Version is 2.3.1 and want to upgrade it to 2.6.5; Rails version 5.2.2, later some time want to upgrade it to 6.0.0
My first question is would it be good approach to directly upgrade to 2.6.5 or to upgrade by major versions ??
And second question, is there any tool or gem available to verify the Deprecation warnings or compatible methods of the new version.
So that it helps in verifying the deprecation and other incompatible methods before final check in to repository or a there's a script that can traverse my code searching for potential issues?
I know one of the best way is to ensure the smoother upgrade is to run the complete test coverage before and after upgrade.
Would like to know other means for upgrade like a tool/gem or any script particularly.
Thanks in Advance