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
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.)
The text was updated successfully, but these errors were encountered:
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.
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.)
The text was updated successfully, but these errors were encountered: