If I create a gem "A", which depends on libs "B" and "C", and if "B" depends on "log4r < 1.0" and "C" depends on "log4r > 1.0.5", what happens? I know the installation is fine, but what happens at runtime? Gavin