Is there any way to add a conflict to a gemspec

92 Views Asked by At

I'm making a gem called something like ugly_fork_of_foo. Can I add something to my gemspec to tell the system that ugly_fork_of_foo conflicts with foo, that both can't be installed simultaneously?

1

There are 1 best solutions below

1
On

As far as I know you can't define conflicts in gemspec.