Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Resolve Ruby deprecation warning (in Ruby 2.7)/error (in 3.0) #582

Merged
merged 2 commits into from
Jan 29, 2020

Conversation

twometresteve
Copy link
Contributor

Goal

Resolve Ruby warning generated by Ruby 2.7 (and that become errors in v3).

Tests

Tested using existing Unit and Component tests.

Linked issues

Fixes #580

@Cawllec
Copy link
Contributor

Cawllec commented Jan 28, 2020

Was this previously picked up in our tests, like failing CI at all? If not it might be good to add deprecation checks to our "latest" test versions (currently 2.7)

@twometresteve
Copy link
Contributor Author

Was this previously picked up in our tests, like failing CI at all? If not it might be good to add deprecation checks to our "latest" test versions (currently 2.7)

It didn't cause tests to fail, we just happened to notice (as did at least one user). I like the idea of checking for things like this in CI, but I'll raise a separate ticket to address that I think.

@tomlongridge tomlongridge changed the base branch from master to next January 28, 2020 15:02
@twometresteve twometresteve merged commit 9114648 into next Jan 29, 2020
@twometresteve twometresteve deleted the ruby-deprecation-warning branch January 29, 2020 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants