uri_template icon indicating copy to clipboard operation
uri_template copied to clipboard

Fix Ruby 2.7 warnings

Open miguel-botelho opened this issue 4 years ago • 0 comments

This PR fixes current warnings in the gem due to circular dependencies: image

This happens due to require statements that are not needed. Besides that, also updated yard to the latest version and removed an unused variable.

Not sure if this project still has CI setup, but I ran the test suite with Ruby 2.5 and Ruby 2.7 and all tests passed: Ruby 2.5: Screenshot 2020-10-23 at 10 36 43

Ruby 2.7: Screenshot 2020-10-23 at 10 34 29

miguel-botelho avatar Oct 23 '20 09:10 miguel-botelho