Adressable dependency is too restrictive
Closed this issue · 2 comments
hugoluchessi commented
Hi, I trying to add a gem to my code and the restriction to addressable ~> 2.3
is blocking it.
Is there any problem to bump it to version 2.5?
mudge commented
Hi @hugoluchessi,
Our runtime dependency on Addressable is a pessimistic version constraint and so should support all versions of Addressable from 2.3.0 up to (but not including) 3.0.
Are you getting an error from Bundler trying to install Embiggen and Addressable 2.5?
hugoluchessi commented
Sorry, it was another dependency problem.
You can close this issue.
Thanks for the quick response =)