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

active_fedora depends on mime-types >= 1.16 #251

Closed
halostatue opened this issue Oct 16, 2013 · 4 comments
Closed

active_fedora depends on mime-types >= 1.16 #251

halostatue opened this issue Oct 16, 2013 · 4 comments

Comments

@halostatue
Copy link

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.

@jcoyne
Copy link
Member

jcoyne commented Oct 16, 2013

@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.

@halostatue
Copy link
Author

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.

@jcoyne
Copy link
Member

jcoyne commented Oct 16, 2013

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.

@halostatue
Copy link
Author

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.

@cbeer cbeer closed this as completed Oct 16, 2013
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

3 participants