-
Notifications
You must be signed in to change notification settings - Fork 63
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
active_fedora depends on mime-types >= 1.16 #251
Comments
@halostatue Thanks for the heads up. We've already dropped ruby 1.8 support, so we're not concerned about that. I don't think we have any explicit dependencies on mime-types, although we do depend on another gem: http://rubygems.org/gems/rubydora that does. |
No problems. I hate to think that people will be locking themselves out of mime-types 2.0 (there's a lot of little nice things there that I've put in over the last couple of months), but better to warn people than not to. I'll notify rubydora. |
Oh. I see you were looking here: https://github.com/projecthydra/active_fedora/blob/0c028097b41f9e5e623ba188f15ba4163b72d7e0/spec/rails3_test_app/Gemfile.lock That's vestigial and I'll remove it. Thanks for checking though. |
Actually, I'm going through a list of gems that were found by hoe that depend on mime-types, digging through them on rubygems.org, and visiting the ones I can find repos or other bug reporting for. :) It's probably from an earlier gem. Anyway. Many more projects to notify before I'm done. |
I'm preparing mime-types 2.0 for release, and it has some breaking API changes (not for most uses, but some esoteric features). The most important API change is that mime-types 2.0 no longer supports Ruby 1.8.
If this matters, the gemspec needs to be changed from >= 1.16 to ~> 1.16.
The text was updated successfully, but these errors were encountered: