Hi guys.
I’m having an issue that reports duplicated dependencies, but this happens when running shards install after adding shrine.cr as a dependency.
As far as I’ve looked into this issue, I found that Shrine has a development dependency to spectator:     gitlab: arctic-fox/spectator but It also has a dependency to one of it’s own repos  content_disposition:     github: jetrockets/content_disposition.cr     branch: master which duplicates the development dependency to arctic-fox/spectator.
It then reports the issue.
Any guess on how could I get this repo to work? Shrine seems to be very useful but why would the programmer be responsible for redundant development dependencies of nested dependencies?
Thanks a lot in advance.