-
Notifications
You must be signed in to change notification settings - Fork 48
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
Incompatible with Ruby < 2.3 #9
Comments
I like both options! If we can easily remove dependencies, I’m all for it. One thing to consider is that because this is a repo about Rails upgrades, it may not be worth removing dependencies that are required to use Rails. As for support for Ruby 2.3, since it is EOL, it may be worth requiring something newer. |
I tried to use I'd really like it if we could count on This might be a very specific problem but we run into it very often with our clients at @fastruby. For now, the short-term solution could be to set |
You make a good point and have convinced me! The nature of this gem may mean it is particularly useful to support older versions of Ruby. Do you know what it would take to support versions earlier than Ruby 2.3? |
It improves the configuration based on what we discussed in clio#9
Hey @jnraine,
It seems that the gem is incompatible with some versions of Ruby (< 2.3)
Everything works fine with Ruby >= 2.3.0:
I see a couple of options to solve this problem:
spec.required_ruby_version
in the.gemspec
fileWhat do you think?
The text was updated successfully, but these errors were encountered: