Closed clementpadovani closed 8 years ago
Do synx really need 0.6 clamp and xcodeproj 0.28.2 ? I've updated to cocoapods 1.0.0.beta.4 and it conflicted with synx, as cocoapods used a newer version of xcodeproj.
spec.add_dependency "clamp", "~> 0.6" spec.add_dependency "colorize", "~> 0.7" spec.add_dependency "xcodeproj", "~> 0.28.2"
Added #103 to fix this.
Thanks!
Awaiting for #103 to be merged.
Hey,
When I run
gem update
it updatedclamp
to version1.0.0
and when I runsynx
I’ll get the obvious output:However when I run
gem dependency —reverse-dependencies clamp
(post-update) I get this:So basically to run
synx
I have to uninstall version 1.0.0 after running agem update
.Is this an issue with my version of RubyGems (2.5.2)?
Here’s my RubyGem environment:
Thanks for your help!