Rack 1.5.x?
Closed this issue · 9 comments
Do you need Rack 1.5.x or is 1.4.x sufficient? I'm having some dependency trouble :/
Not really but it was because @CUBEMike is using rails4. Maybe i should just use a >= and let bundler decide
Yes please! I'm trying to stay on Rails 3.2 for now.
Along the similar lines as this problem, I had this come up:
Bundler could not find compatible versions for gem "mime-types":
In Gemfile:
rails (= 4.0.1) ruby depends on
mime-types (~> 1.16) ruby
airplay (>= 0) ruby depends on
mime-types (2.0)
Perhaps the same thing could do the trick here?
I noticed the mime-types issue as well.
Ok, so mime-types >= 1.16 sounds good?
Seems reasonable to me -- that's on the core airplay gem, not net-ptth right?
Yep. But since I'll updating net-ptth I'll update mime-types as well and get a release
v1.0.2 is out. :)
Thanks!