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 Gem in specfile #8556

Closed
FuzzyGophers opened this issue Jan 26, 2021 · 2 comments
Closed

Missing Gem in specfile #8556

FuzzyGophers opened this issue Jan 26, 2021 · 2 comments

Comments

@FuzzyGophers
Copy link

Please add:

s.add_runtime_dependency("listen", "~> 3.4")

to the spec file.

@ashmaroli
Copy link
Member

listen is an indirect dependency, i.e. it is a dependency of jekyll-watch which in turn is a dependency of jekyll.
If you want to use listen-3.4 and above, you may run bundle update listen or simply bundle update to bump all dependencies.

@FuzzyGophers
Copy link
Author

@ashmaroli, thank you for the reply. We (Gentoo) found that jekyll-watch had a bad Gemspec file in our repository. This was fixed in https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5fc51bc4b1f79678ad878adb35f31ce215f961

Thanks again!

@jekyll jekyll locked and limited conversation to collaborators Jan 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants