-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Error could not find gem `sass-embedded' when executing bundle #1533
Comments
After some checks, this seems to be a problem with the ruby and/or jekyll/bundler versions. This doesn't seem to be a problem with |
I encountered this error when I attempeted to rebuild my site with the latest Chirpy version. I just went back through the install steps and installed all the prereqs and everything from scratch and the issue was resolved. Basically it was a missed step somewhere. |
I had something very similar as an error, there is certainly something flaky with this module. My pipeline was originally set to run ruby/setup-ruby@v1
I updated to ruby to 3.3 same stuff, but running it on 3.2 worked. |
I am also getting the same error. It seems to me that the link is not correct:
if you go to https://rubygems.org/gems/sass-embedded/versions hope it helps to solve this issue :) |
I am still having this issue and it is so frustrating. But I think it is unrelated to Chirpy as I also got the same error executing 'builder' in a different directory that doesn't have the Chirpy theme. |
@imagelessthought unfortunately it didn't work for me... |
@ivan-penchev I also think it is related to some incompatibility with the versions of the different dependencies. Can you include what versions you have for all the Jekyll dependencies? |
This is a known bug in older versions of rubygems. Please upgrade to ruby >=3.2, remove For protobuf 3.25 issue, workaround is to add |
Duplicate of #1430 |
Checklist
How did you create the site?
Generated from
chirpy-starter
Describe the bug
When executing
bundle
within my folder I get the next error.Steps To Reproduce
Following the initial steps. This error happens when running
budle
for the first time within my folder.No changes done on my end.
I am using a Raspberry Pi (Debian)
Expected Behavior
No errors, bundle install must not return errors
Environment
Ruby: ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [aarch64-linux-gnu]
Jekyll: $ bundle exec jekyll -v
Could not find gem 'jekyll-theme-chirpy (~> 6.3, >= 6.3.1)' in locally installed gems.
Run
bundle install
to install missing gems.Chirpy: $ bundle info jekyll-theme-chirpy
Could not find gem 'jekyll-theme-chirpy (~> 6.3, >= 6.3.1)' in locally installed
gems.
Anything else?
No response
The text was updated successfully, but these errors were encountered: