Skip to content
Snippets Groups Projects

Remove jekyll from gem install

Merged Paul Millar requested to merge paul/webpage:fix-build into master

Motivation:

A problem suddenly appeared where CI/CD jobs started to fail.

This is (seemingly) from the 'gem install' command pulling in a newer version of jekyll, which caused an incompatibility with one of its dependencies (jekyll --> sass-embedded). Although the exact nature of the incompatibility is unclear, the install fails while building, with the error:

NameError: uninitialized constant JSON::Fragment

Modification:

Remove jekyll from "gem install". Use bundler to fetch jekyll instead. This should honour the version.

Results:

More reliable builds

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading