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

Allow running on Ruby 3.0 #86

Merged
merged 2 commits into from
Jan 18, 2021
Merged

Allow running on Ruby 3.0 #86

merged 2 commits into from
Jan 18, 2021

Conversation

orien
Copy link
Contributor

@orien orien commented Dec 25, 2020

Context

This gem currently allows Running on Ruby ~> 2.2 (expanded: >= 2.2.0, < 3). This makes it unavailable for use on the recently released Ruby 3.0.

Change

Allow running the gem on Ruby 3.0 by removing the upper bound.

Also update the simplecov development dependency to a version compatible with Ruby 3.0.

Considerations

The RSpec test suite passes for me on Ruby 3.0.

@arothian arothian merged commit 6dbeb30 into stelligent:master Jan 18, 2021
@orien orien deleted the allow-on-ruby-3 branch January 18, 2021 22:26
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.

None yet

2 participants