next_rails
next_rails copied to clipboard
[FEATURE] Check current gems against a desired Ruby version
Similar to what we do with Rails compatibility, we can use the Gemspec for the current Gems to check the supported Ruby versions.
We can compare that with a desired Ruby version to see if a gem would be compatible.
Like... if a current gem version for a given project has a Ruby > 2.0 and < 2.5, we could to ruby_report --comaptible-with 2.6 and it should list that gem saying the current version works up to 2.5 only.