VIEW MORE ARTICLES
Rinas Writes

April 29, 2022

TIL we can compare versions in Ruby using `Gem::Version` without any gems
We can just do 

Gem::Version.new('1.0.1') > Gem::Version.new('1.0.0')