webmachine / webmachine-ruby

Webmachine, the HTTP toolkit (in Ruby)
http://rdoc.info/github/seancribbs/webmachine-ruby/master/frames
Other
854 stars 54 forks source link

Missing Celluloid dependency #259

Closed JustAnotherArchivist closed 3 years ago

JustAnotherArchivist commented 3 years ago

As far as I can tell, there's a dependency on Celluloid missing from Webmachine's Gemfile. The reel adapter requires Celluloid >= 0.17.0 since #233 due to require 'celluloid/current'. In my case, an older version was installed due to a dependency from an unrelated gem, which led to a LoadError on trying to use Webmachine.

(Sorry if I'm misunderstanding something here; I'm not very familiar with the Ruby world.)

bethesque commented 3 years ago

Yeah, this is affecting the build too. I've been meaning to look into it. I'll try and schedule it into my next OSS day if someone else doesn't manage to pick it up.

bethesque commented 3 years ago

https://github.com/webmachine/webmachine-ruby/pull/260