altmetric / embiggen

A Ruby library to expand shortened URLs
https://rubygems.org/gems/embiggen
MIT License
124 stars 6 forks source link

Adressable dependency is too restrictive #34

Closed hugoluchessi closed 6 years ago

hugoluchessi commented 6 years ago

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 6 years ago

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 6 years ago

Sorry, it was another dependency problem.

You can close this issue.

Thanks for the quick response =)