mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-07-24 10:31:54 +00:00
ca6121e3ea
* Update md5 sums for Ruby 2.4 Ruby 2.4 deprecated Fixnum & Bignum into Integer. This means the MD5 digests for the integers in our tests have a class of Integer instead of Fixnum which means we need to update the digests specifically for 2.4. * Use Gem::Version for safer version comparison