uri_template
uri_template copied to clipboard
Fix Ruby 2.7 warnings
This PR fixes current warnings in the gem due to circular dependencies:
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:
Ruby 2.7: