You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It's a small thing, but I think you should specify
spec.required_ruby_version = '>= 2.1.0'
in the gemspec because ofverify_uploadable def upload(uploadable)
. Methods return a symbol only on Ruby >= 2.1.The text was updated successfully, but these errors were encountered: