Hello everyone, hope you all are well.
I'm having trouble with getting access to some libraries installed via gem.
It's a bit complicated so let me see if I can explain it half decent.
1) I am working on a rubygem for a testing engine, similar to RSpec or
Cucumber. This test engine gem, matches bullet points to ruby code.
2) I am using this rubygem, in a separate codebase.
3) In this second codebase, I am installing HTTParty to make http calls.
However, when I gem install httparty to my local gemset (I'm using RVM), I
am *unable* to find httparty. I tried bundle exec as well and didn't work.
The only solution right now seems to be, to add httparty as a runtime
dependency to my test engine gem. However, I want that engine gem to be
lightweight because it can be used to test whatever.
The question then, how can I install additional gems beyond #1 to be used
in #2, directly in #2 without having to modify this lightweight testing
engine ?
Hopefully that was at least mostly understandable ?
Thanks ~~~
···
--
A musician must make music, an artist must paint, a poet must write, if he
is to be ultimately at peace with himself.
- Abraham Maslow