liufengyun / hashdiff

Hashdiff is a ruby library to to compute the smallest difference between two hashes
MIT License
560 stars 63 forks source link

Fix failed CI #71

Closed tatsuyafw closed 5 years ago

tatsuyafw commented 5 years ago

Hi!

Since Rubocop recently drops Ruby 2.2 support ( 7026 ), some specs fail in CI.

https://travis-ci.org/liufengyun/hashdiff/jobs/542366374

To fix the failed CI, this PR drops Ruby 2.2 and below in Travis.

koic commented 5 years ago

RuboCop 0.69 has dropped support for Ruby 2.2. However I think that Ruby versions supported by RuboCop and Hashdiff are different issues.

liufengyun commented 5 years ago

As we merged #73 , this can be closed. Still thank you very much @tatsuyafw 👍

tatsuyafw commented 5 years ago

@koic @liufengyun

Thank you for your kindness!