-
Notifications
You must be signed in to change notification settings - Fork 656
Drop support of Ruby < 2.2 #481
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
Conversation
Besides making the CI run faster, does this actually offer any benefits? I'm curious what benefit this provides |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you not update the Annotate version?
Thanks
When I hack this gem, I found adding dependencies is difficult since we have to support ruby 1.9. Moreover, current development branch actually does not support ruby 1.9:
Even without development and test group,
So I tried to
|
@ctran |
Thanks!!! |
👍 |
Drop support of Ruby < 2.2 since Support of Ruby 2.1 has ended.