next_rails icon indicating copy to clipboard operation
next_rails copied to clipboard

[FEATURE] Check current gems against a desired Ruby version

Open arielj opened this issue 4 years ago • 0 comments

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.

arielj avatar Feb 26 '21 14:02 arielj