Cloudflare Pages Jekyll Deployment failing on production after latest update
Looks like cloudflare updated it bundler version for jekyll pages deployment, all our build our now failing. We're using build system v2. Anyone else?
Executing user command: jekyll build
12:32:16.897 /opt/buildhome/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bundler-2.3.15/lib/bundler/definition.rb:486:in `materialize': Could not find sass-embedded-1.66.1 in any of the sources (Bundler::GemNotFound)
2 Replies
did you get an answer to this - I have just found this on my latest deployment?
If anyone stumbles upon this, what fixed it for me was removing my Gemfile.lock (and adding to .gitignore)
Bump