houhoulis has quit [Remote host closed the connection]
Olipro has joined #bundler
Olipro has quit [Changing host]
Olipro has joined #bundler
leni1 has joined #bundler
<leni1>
Hi all. How do I install a locally downloaded gem so that bundler can recognize it as installed? I have downloaded nokogiri locally and (re)installed it with the following different commands: `gem install --user-install nokogiri-1.8.4.gem -n vendor/bundle/ruby/2.5.0/bin/`, `gem install --user-install nokogiri-1.8.4.gem` (the gem is in my working directory) and `gem install --local nokogiri-1.8.4.gem -n vendor/bundle/ruby/2.5.0/gems/`
<leni1>
However when I run `bundle install --path vendor/bundle`, bundle tries to fetch the gem rather use what I have installed. `gem list` shows nokogiri as installed including the version that bundle install is looking for.
<leni1>
What should be my next step? I'm not very familiar with gem installation and the solutions on StackOverflow haven't worked for me since I've correctly set the path. Is there something else I should check?
<leni1>
Apparently it now works after running bundle install --system, cancelling and then running bundle install --path vendor/bundle again. I also copied the gem file in question to the cache directory so I don't know if that's what helped it work.
leni1 has quit [Quit: Konversation terminated!]
jrafanie has joined #bundler
chouhoulis has joined #bundler
chouhoulis has quit [Remote host closed the connection]
jrafanie has quit [Ping timeout: 250 seconds]
jrafanie_ has joined #bundler
jrafanie_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]