When i call:
require 'retryable'
These two gems collide:
because they have a repetition file that they request from the user. I am interested in using the first gem, however this does not always happen.
This code runs as part of my own gem, and it should be reliable for all users.
Is there a way that is required specifically from a gemstone (since the names of the gemstones differ, of course)?
How to resolve this name conflict?
EDIT: for clarification, this is the official repo, and the gem names are actually different ("retryable-rb" and "carlo-retryable"), however they both ask their users to request the lib / retryable.rb file with require 'retryable'
source share