Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compatibility with Ruby 3.0 separation of kw args (#3)
With the release of ruby 3.0 (https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/) keyword and positional arguments are separated (https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/) In this case we need to explicitly pass a hash to the `increment` method calls. Co-authored-by: Daniel Marin Cabillas <[email protected]>
- Loading branch information