buildkite / test-collector-ruby

Buildkite Test Analytics collector for Ruby test frameworks
http://buildkite.com/test-analytics
MIT License
15 stars 26 forks source link

Restore compatibility with older Ruby versions #201

Closed gchan closed 1 year ago

gchan commented 1 year ago

The gemspec file states Ruby versions 2.3 and above is supported but there is code which breaks compatibility with versions 2.3, 2.4 and 2.5.

See https://github.com/buildkite/test-collector-ruby/issues/199

This PR removes the use Ruby features/syntax that were introduced in 2.4, 2.5 and 2.6.