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

by @rinas

We can just do 

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

Regarding privacy concerns, it's simple - we don't sell your data.