So i have to gems that i created and they only exist locally.
When i install gem A like this:
gem install --install-dir my_install_dir a-0.0.0.gem
It works fine, also dependencies are installed.
But then i try to install gem B, which has a dependency on gem A the same way:
gem install --install-dir my_install_dir b-0.0.0.gem
Now i geht the following error:
ERROR: Could not find a valid gem 'a' (~> 0.0) (required by 'b-0.0.0.gem' (>= 0)) in any repository
I tried setting the GEM_HOME and GEM_PATH to the install dir "my_install_dir", but nothing changes.
question from:
https://stackoverflow.com/questions/66055211/cant-find-local-gem-when-installed-with-install-dir 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…