You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the gem and trying to load it with require 'kraken_ruby' I get the following error:
/Users/blabla/.rbenv/versions/2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- kraken_ruby (LoadError)
from /Users/blabla/.rbenv/versions/2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from test.rb:1:in `<main>'
It seems that all dependancies are installed inside the installation directory, however the folder of the gem itself is completely empty. I just copied the contents of this repo there and it worked.
The text was updated successfully, but these errors were encountered:
After installing the gem and trying to load it with
require 'kraken_ruby'
I get the following error:It seems that all dependancies are installed inside the installation directory, however the folder of the gem itself is completely empty. I just copied the contents of this repo there and it worked.
The text was updated successfully, but these errors were encountered: