makandra / geordi

Collection of command line tools used in our daily work with Ruby, Rails and Linux.
https://makandra.com/
MIT License
104 stars 16 forks source link

Comparison of String with Gem::Version failed (Unreleased) #185

Closed codener closed 1 year ago

codener commented 1 year ago

There is an unfortunate mistake in Geordi::Util:

https://github.com/makandra/geordi/blob/46de9e8edb2dc8b18b9c0bf1cf29678f42b22f74/lib/geordi/util.rb#L203

RUBY_VERSION is not wrapped in Gem::Version. This crashes the console command.