-
Notifications
You must be signed in to change notification settings - Fork 117
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
Update sequel dependency to version 4.4.0 #156
Comments
Sequel is regularily updated, now in version 5.0.0. What about leaving this version dependency open so timetrap works with all versions? |
Any news on this? I am packing timetrap for SlackBuild and the old sequel dependency gives a run error. |
Sounds like a good idea; I'd suggest opening the PR so if @samg thinks it's a good idea he can just merge it. |
I've updated all dependencies and fixed the issues from that in #180 |
In Ruby 2.4.0, the old version of sequel gives annoying warnings about
Fixnum
andBignum
, which in the newer version of Ruby were unified intoInteger
:The last version of sequel fixes these.
The text was updated successfully, but these errors were encountered: