Closed Sundin closed 7 years ago
It seems there is a problem with the openssl-2.0.3 gem. Installing the previous version or using Ruby 2.4.0's bundled version (2.0.2) solves the problem:
gem install openssl -v 2.0.2
As for the require, if you use Rubygems the load path should be set correctly (it should include the gem's lib
directory). I'd also recommend using something to isolate different sets of rubies and gems, such as RVM.
Thanks!
Hi! I tried getting your API to run, but I'm getting the following error:
(oh, I also had to change all the requires in metal_archives_rb to require_relative instead... This is the first time I try out ruby though, so I don't know if this is right)
Full stack trace below: