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

Minimum Ruby version #12

Closed
monkbroc opened this issue Sep 10, 2015 · 1 comment
Closed

Minimum Ruby version #12

monkbroc opened this issue Sep 10, 2015 · 1 comment

Comments

@monkbroc
Copy link

It's a small thing, but I think you should specify spec.required_ruby_version = '>= 2.1.0' in the gemspec because of verify_uploadable def upload(uploadable). Methods return a symbol only on Ruby >= 2.1.

@jnicklas
Copy link
Contributor

Fixed. Though it depends on refile which already has a Ruby version requirement, so it shouldn't be possible to install on older rubies anyway.

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

No branches or pull requests

2 participants