fastruby / skunk

A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!
https://www.fastruby.io/blog/code-quality/intruducing-skunk-stink-score-calculator.html
MIT License
505 stars 25 forks source link

[BUG] Ruby 3.1.0 support #84

Closed kapso closed 2 years ago

kapso commented 2 years ago

Bundler found conflicting requirements for the Ruby version: In Gemfile: Ruby (~> 3.1.0.0)

skunk (= 0.5.1) was resolved to 0.5.1, which depends on
  Ruby (< 3.1.0, >= 2.4.0)
etagwerker commented 2 years ago

@kapso Hey, thanks for submitting this! I started a PR over here: https://github.com/fastruby/skunk/pull/85

I just want to make sure that the library works with Ruby 3.1 before I ship a patch release.