Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Celluloid dependency #259

Closed
JustAnotherArchivist opened this issue Mar 3, 2021 · 2 comments
Closed

Missing Celluloid dependency #259

JustAnotherArchivist opened this issue Mar 3, 2021 · 2 comments

Comments

@JustAnotherArchivist
Copy link

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
Copy link
Contributor

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
Copy link
Contributor

#260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants