I’m developing two gem: Runel and Runic.
Runel depends on Runic.
But then how do I get Runic to load up to run Runel tests (and bundle install).
I need Runic in the Runel tests because some of Runel’s classes extend from Runic’s classes. And I want to test it (try it out) as the whole thing (Runel is a VM, Runic is the base for it).
It was just that they were prerelease versions (0.0.1.dev.1).
But
bundle installstill givesFetching source index for http://rubygems.org/Could not find gem 'runic (~> 0.0) x86-mingw32', which is required by gem 'runel (>= 0) x86-mingw32', in any of the sources.